Created
August 31, 2020 11:54
-
-
Save raeq/b4c85824d616acebc12d69a316a063d4 to your computer and use it in GitHub Desktop.
Ungreedy slice.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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