Discuss / Python / 交作业

交作业

Topic source

wwdx0001

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

-- coding: utf-8 --

L = ['Bart', 'Lisa', 'Adam'] n = len(L)-1 while n >=0: print('hello,%s!' % L[n]) n = n-1


  • 1

Reply