Discuss / Python / 交作业。

交作业。

Topic source

-- coding: utf-8 --

L = ['Bart', 'Lisa', 'Adam'] for a in L: print('hello,%s' % a)


  • 1

Reply