Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
# # The following code creates two types of variables - integer i # and decimal j # i=1 j=1.0 print("i=", i, "j=", j)
Run
List