Discuss / Python / 打卡

打卡

Topic source

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

for X in L :

    print('Hello',X,'!')


  • 1

Reply