Discuss / Python / 作业

作业

Topic source

牧殇3399

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

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

for name in L:

    print('Hello,',name,'!')

你这样是不准确的 , 出来的结果 !前面会有空格。


  • 1

Reply