Discuss / Python / 交作业

交作业

Topic source

清寒藏韵

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

>>> print(L[0][0])

Apple

>>> print(L[1][1])

Python

>>> print(L[2][2])

Lisa

>>> print(L[2][2])

Lisa

>>> print(L[-3][-3])

Apple

>>> print(L[-2][-3])

Python

>>> print(L[-1][-1])

Lisa


  • 1

Reply