Discuss / Python / 交作业

交作业

Topic source

湖与海海

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

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

i=2
while i>=0:

n=L.pop(i)

i=i-1
print("Hello",n)


  • 1

Reply