Discuss / Python / 交作业

交作业

Topic source

sunbably

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

n=0

while n>=0:

print(n)

n=n+1


  • 1

Reply