Discuss / Python / 交作业

交作业

Topic source

toLT

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

L = ["a","b","c"] n=2 while n >=0: print(L[n]) n = n-1


  • 1

Reply