例如,我有数字n=5作为输入,我想打印我的输出像这样: -
n=5
1 22 333 4444
但是使用for循环一次而不在程序中的任何地方使用字符串
python for-loop
for-loop ×1
python ×1