Toggle navigation
English
Chinese
Python Sandbox
Please refer to
this tutorial
to find more details on the following codes.
# # Splitting a string # x='I am flying from Seattle to San Francisco' print(x[17:25])
Run
List