go

打印数值的步骤

英文: Printing values in steps 问题 我正在按1的步长打印数值,但我想按10的步长打印。 总数 = 11 for t in range(0, 总数, 10): print(t...