Discuss / Python / si循环

si循环

Topic source

wangtao2046

#1 Created at ... [Delete] [Delete and Lock User]

-- coding: utf-8 --

a = 1 while a < 101: print (a) if a > 99: continue a = a + 1


  • 1

Reply