Discuss / Python / 作业

作业

Topic source

Mr_安生

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

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

for x in L:

    print('Hello,%s!' % x)


  • 1

Reply