Discuss / Python / 作业

作业

Topic source

rocky1074

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

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


  • 1

Reply