Discuss / Python / 越简单越好?

越简单越好?

Topic source

a = ['tom','lisa','james'] for x in a: print('hello,',x)

Iron虾

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

你这个我怎么会报错啊?下面就不会 a =['tom','lisa','james'] for x in a: print('hello,',x)


  • 1

Reply