Discuss / Python / Hello,xxx

Hello,xxx

Topic source
在此插入代码

-- coding: utf-8 --

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


  • 1

Reply