Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
# # Lists # a=[1,3,2,0] print(a[2]) print(a)
Run
List