Skip to content

Instantly share code, notes, and snippets.

@shivam-gupta007
Created February 25, 2022 09:33
Show Gist options
  • Save shivam-gupta007/21615f9c224b5edafb4e006e62a9fa88 to your computer and use it in GitHub Desktop.
Save shivam-gupta007/21615f9c224b5edafb4e006e62a9fa88 to your computer and use it in GitHub Desktop.
Python-assignment
a=10
b=20
print(a," + ", b, " = " , (a+b))
# Output -
# 10 + 20 = 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment