Discuss / Python / hello

hello

Topic source

飞哥霸气8

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

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


  • 1

Reply