Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created September 5, 2022 19:17
Show Gist options
  • Save alex-ber/9f46dd0ee88ec21788d4b2084e037a76 to your computer and use it in GitHub Desktop.
Save alex-ber/9f46dd0ee88ec21788d4b2084e037a76 to your computer and use it in GitHub Desktop.
05_variables5.py
first=2
second=3
result=first+second
print(f"The result of {first} + {second} is {result}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment