Skip to content

Instantly share code, notes, and snippets.

@raeq
Created August 31, 2020 11:59
Show Gist options
  • Save raeq/72468433aeca1a3eb8c58c95c0b1a281 to your computer and use it in GitHub Desktop.
Save raeq/72468433aeca1a3eb8c58c95c0b1a281 to your computer and use it in GitHub Desktop.
hello: str = 'Hello World!'
assert hello[-6:-1] == 'World'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment