Discuss / Python / 交作业

交作业

Topic source

L = ['Michael', 'Bob', 'Tracy'] for name in L: print('Hello,%s!' % name)


  • 1

Reply