gfgregre 发表于 2015-9-9 09:36:57

python中限制循环次数

for i in range(5):#循环5次
      print 'Loop', i

页: [1]
查看完整版本: python中限制循环次数