Discuss / Python / 循环练习作业

循环练习作业

Topic source

Edward_Mu

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

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


  • 1

Reply