Created
August 31, 2020 11:10
-
-
Save raeq/7771111a84deab66cf6bed1e065aaf1d to your computer and use it in GitHub Desktop.
The length of a string.
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 len(hello) == 12 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment