Discuss / Python / 练习

练习

Topic source

蜗牛搞IT

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

-- coding: utf-8 --

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


  • 1

Reply