Discuss / Python / 练习

练习

Topic source

eleven_刁

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

print(L[0][0]) print(L[1][1]) print(L[2][2]) print(L[-3][-3]) print(L[-2][-3]) print(L[-1][-1])


  • 1

Reply