Discuss / Python / 练习

练习

Topic source

清什么疯

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

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

for x in L:

    print("hello,%s"%x)


  • 1

Reply