Discuss / Python / 打卡

打卡

Topic source

某猪头四

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

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

for name in L:

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


  • 1

Reply