Discuss / Python / 作业:

作业:

Topic source

L = ['Bart', 'Lisa', 'Adam'] for name in L: print ('hello,',name,'!')


  • 1

Reply