Skip to content

Instantly share code, notes, and snippets.

@Kangaroux
Last active June 11, 2020 18:55
Show Gist options
  • Save Kangaroux/0a8e47b68bf2f15eb1a51b85fce349e9 to your computer and use it in GitHub Desktop.
Save Kangaroux/0a8e47b68bf2f15eb1a51b85fce349e9 to your computer and use it in GitHub Desktop.
# Declare `foo` to be a string variable.
foo = "bar" # type: str
# Type error!
foo = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment