Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created September 2, 2022 19:55
Show Gist options
  • Save alex-ber/7c41d32eada2fbd2d3bf40c88f01fa35 to your computer and use it in GitHub Desktop.
Save alex-ber/7c41d32eada2fbd2d3bf40c88f01fa35 to your computer and use it in GitHub Desktop.
03_variables3.py
first=2
second=3
result=first+second
print("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