标签: python-3.x loops
for n in (1, 5): print(n)
这只打印1和5 不是所有数字1到5
它曾经返回1,2,3,4,5。不知道这个非常简单的循环出了什么问题lol
如何让它打印所有数字? 我正在使用Wing IDE和python版本3.6