Discuss / Python / 1

LCC

#1 Created at ... [Delete] [Delete and Lock User]

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

for it in L:

    print(f"Hello,{it}!")


  • 1

Reply