Skip to content

Instantly share code, notes, and snippets.

@raeq
Created August 31, 2020 11:44
Show Gist options
  • Save raeq/e3ea5e6e03a394e11c54b1e9c5dec17a to your computer and use it in GitHub Desktop.
Save raeq/e3ea5e6e03a394e11c54b1e9c5dec17a to your computer and use it in GitHub Desktop.
A slice
hello: str = 'Hello World!'
print(hello[3:8])
assert hello[3:8] == 'lo Wo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment