Discuss / Python / 这样写就可以啦

这样写就可以啦

Topic source

-- coding: utf-8 --

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


  • 1

Reply