Discuss / Python / print

print

Topic source

-- coding: utf-8 --

L = ['Bart', 'Lisa', 'Adam'] for a in L: print("hello,",a+"!")


  • 1

Reply