Discuss / Python / try

for l in L : print('Hello,%s!'%l)

for l in L: print('Hello,',l,'!')


  • 1

Reply