我试图从100循环到0.我如何在Python中执行此操作?
for i in range (100,0) 不起作用.
for i in range (100,0)
python loops
loops ×1
python ×1