最佳答案
我可能是错的(只要让我知道,我会删除的问题) ,但似乎 Python 不会回应
for n in range(6,0):
print n
I tried using xrange and it didn't work either. How can I implement that?