Skip to content

Instantly share code, notes, and snippets.

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