Discuss / Python / 交作业

交作业

Topic source

Todayzhou

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

names=['zhou','shun','li'] for name in names: print('hello,%s!' % (name)) a=0 while a<=2: print('hello,%s!' % (names[a])) a=a+1


  • 1

Reply