Discuss / Python / 作业

作业

Topic source

-- coding: utf-8 --

L = ['Bart', 'Lisa', 'Adam'] for n in L: print('Hell,',n)


  • 1

Reply