Discuss / Python / 交作业

交作业

Topic source

Neo-Luo

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

-- coding: utf-8 --

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


  • 1

Reply