Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
# # String variable with '+' is redefined as concatenation. # a="Mac" b="Donald" print(a+b)
Run
List