Skip to content

Instantly share code, notes, and snippets.

@Ash515
Created March 8, 2021 15:03
Show Gist options
  • Save Ash515/68a4ca85ee423e2f34452f8b274c2cf0 to your computer and use it in GitHub Desktop.
Save Ash515/68a4ca85ee423e2f34452f8b274c2cf0 to your computer and use it in GitHub Desktop.
print("Addition of two numbers")
a=10
b=20
c=a+b
print(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment