Discuss / Python / 作业

作业

Topic source

庞通同学

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

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

if循环

for x in L:
print("Hello,"+x+"!")


  • 1

Reply