Discuss / Python / 作业

作业

Topic source

汵翰空

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

打印Apple:

L1 = L[0][0] print(L1)

打印Pyhton:

L2 = L[1][1] print(L2)

打印Lisa:

L3 = L[2][2] print(L3)


  • 1

Reply