Skip to content

Instantly share code, notes, and snippets.

@TranNgocMinh
Created February 4, 2018 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TranNgocMinh/574770a7489dfc49b3ba959926319e2f to your computer and use it in GitHub Desktop.
Save TranNgocMinh/574770a7489dfc49b3ba959926319e2f to your computer and use it in GitHub Desktop.
val1 = int(raw_input("Nhap so thu nhat:"))
val2 = int(raw_input("Nhap so thu hai:"))
Total = val1 + val2
print "Tong là:",Total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment