Discuss / Python / 交作业

交作业

Topic source

你在眉梢

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

-- coding: utf-8 --

L=[ ['apple','google','microsoft'], ['java','python','ruby','php'], ['adam','bart','lisa'] ] print(L[0][0]) print(L[1][1]) print(L[2][2])


  • 1

Reply