Discuss / Python / for

L0standfound

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

-- coding: utf-8 --

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


  • 1

Reply