Discuss / Python / 死循环

死循环

Topic source

wwbcww

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

L=1 while L>0: print(L) L=L**2 for x in L: print (x)


  • 1

Reply