Discuss / Python / 循环

循环

Topic source

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


  • 1

Reply