Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
# # The following code does not work. # You cannot use any of the 31 Python keywords as the name of a variable. # for = 1 in = 2 print(for + in)
Run
List