Discuss / Python / Hello,xxx!

Hello,xxx!

Topic source

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

for x in L:

    print('Hello,'+x+'!')


  • 1

Reply