Discuss / Python / my

-- coding: utf-8 --

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


  • 1

Reply