Skip to content

Instantly share code, notes, and snippets.

@thetongs
Created January 20, 2022 12:52
Show Gist options
  • Save thetongs/fabf3cb0784aacf4a1524d1a875d6ac5 to your computer and use it in GitHub Desktop.
Save thetongs/fabf3cb0784aacf4a1524d1a875d6ac5 to your computer and use it in GitHub Desktop.
# Boolean
var_bool = True
print(var_bool)
print(type(var_bool))
# True
# <class 'bool'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment