Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created September 2, 2022 20:03
Show Gist options
  • Save alex-ber/220d50fd67f6919cdc6d8aa20f9b2b69 to your computer and use it in GitHub Desktop.
Save alex-ber/220d50fd67f6919cdc6d8aa20f9b2b69 to your computer and use it in GitHub Desktop.
04_variables4.py
first=2
second=3
result=first+second
print("The result of "+str(first)+" + "+str(second)+" is "+str(result))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment