Discuss / Python / 交哈作业

交哈作业

Topic source

emilyhyj

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

-- coding: utf-8 --

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


  • 1

Reply