Discuss / Python / 作业

作业

Topic source

L = ['Bart', 'Lisa', 'Adam']

for i in L: msg = '''Hello,%s!''' %i print (msg)


  • 1

Reply