Discuss / Python / 交作业

交作业

Topic source

1.L = ['Bart', 'Lisa', 'Adam']

for x in L:

    print('hello,',x)


  • 1

Reply