Discuss / Python / answer

answer

Topic source
在此插入代码
L = ['Bart', 'Lisa', 'Adam']
for name in L:
    print('Hello, %s!' %name)

  • 1

Reply