Last active
January 1, 2020 19:35
-
-
Save edenau/949f1c93fd62aae939d6c21d05870814 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
pi = 3 # I studied Engineering | |
print(f'π equals {pi}.') # π equals 3. | |
print(f'{pi=}') # pi=3 | |
# take it or leave it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment