Toggle navigation
English
Chinese
Python Sandbox
# # Splitting a string # x='I am flying from Seattle to San Francisco' print x[17:25]
Run
List