Discuss / Python / 1

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

for name in L :

    print('hello, %s!'%name)


  • 1

Reply