Discuss / Python / 11‘s work

11‘s work

Topic source

-- coding: utf-8 --

L = ['Bart', 'Lisa', 'Adam'] for hi in L: print("Hi,",hi)


  • 1

Reply