Discuss / Python / -- coding: utf-8 --

-- coding: utf-8 --

Topic source

-- coding: utf-8 --

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


  • 1

Reply