Discuss / Python / cc

QiaOPOP

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

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

for name in L:

 print("Hello,%s"%(name))

QiaOPOP

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

while i>=1:

i=i+1

print(i)


  • 1

Reply