Discuss / Python / 死循环程序

死循环程序

Topic source

康brother

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

-- coding: utf-8 -- sum=0 n=99 while n<100: sum=sum+n n=n-2 print(sum)


  • 1

Reply