Discuss / Python / 打卡1

打卡1

Topic source

Dragon雨叚

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

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

for name in L:

    print('Hello, {}!'.format(name))


  • 1

Reply