Created
August 31, 2020 11:59
-
-
Save raeq/72468433aeca1a3eb8c58c95c0b1a281 to your computer and use it in GitHub Desktop.
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[-6:-1] == 'World' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment