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