Skip to content

Instantly share code, notes, and snippets.

@techstackmedia
Created September 19, 2019 13:41
Show Gist options
  • Select an option

  • Save techstackmedia/477f81be223a0bb8446e33dc6af81275 to your computer and use it in GitHub Desktop.

Select an option

Save techstackmedia/477f81be223a0bb8446e33dc6af81275 to your computer and use it in GitHub Desktop.
# Numbers
integer_number = 23
floating_point_number = 23.5
complex_number = 2 + 3.8j
# Boolean
boolean_value = True
# String Literal
string_literal = 'This is a text.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment