Skip to content

Instantly share code, notes, and snippets.

@edenau
Last active January 1, 2020 19:35
Show Gist options
  • Save edenau/949f1c93fd62aae939d6c21d05870814 to your computer and use it in GitHub Desktop.
Save edenau/949f1c93fd62aae939d6c21d05870814 to your computer and use it in GitHub Desktop.
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