Discuss / Python / Make America great again

Make America great again

Topic source

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

for s in L:

    print('hello world', s)


  • 1

Reply