Discuss / Python / 练习

练习

Topic source
L = ['Bart', 'Lisa', 'Adam']
for name in L :
    print('hello ' + name)
exit()

  • 1

Reply