Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
# # For loop can also be written for string. # S="Alabama" for c in S: print(c)
Run
List