Discuss / Python / 是不是这样呢

是不是这样呢

Topic source

lewin_xu

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

用+号也可以啊


  • 1

Reply