Discuss / Python / get

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


  • 1

Reply