Discuss / Python / 交作业

交作业

Topic source

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

for name in L:

    print('hello,' + name + '!')


  • 1

Reply