Created
October 13, 2018 10:39
-
-
Save MM-coder/f048c18593acdb3ed146f934f56a021c 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
counter = 100 # A number | |
miles = 1000.0 # A floating point | |
name = "John" # A string (text) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment