Discuss / Python / 打卡第5天

打卡第5天

Topic source

耳火氵告

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

算不算死循环

#_*_ coding:utf-8_*_n=0while n<10:    n=n+1    if n==10:        n=0    print(n)

  • 1

Reply