Discuss / Python / 练习

练习

Topic source

-- coding: utf-8 --

L = ['Queen','Lisa','Adam'] for name in L: print('hello',name)


  • 1

Reply