Discuss / Python / 练习

练习

Topic source

hello,Bart!

hello,Lisa!

hello,Adam!

吾不及汝

#2 Created at ... [Delete] [Delete and Lock User]
L = ['Bart', 'Lisa', 'Adam']for name in L:    print("Hello,", name, '!')

  • 1

Reply