Created
September 19, 2019 13:41
-
-
Save techstackmedia/477f81be223a0bb8446e33dc6af81275 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
| # 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