Discuss / Python / 交作业

交作业

Topic source

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

for xxx in L:

    print('Hello,',xxx,'!')


  • 1

Reply