Skip to content

Instantly share code, notes, and snippets.

@TranNgocMinh
Created February 4, 2018 06:03
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/f88c356b828ce3fbf795d185e20bfdf4 to your computer and use it in GitHub Desktop.
Save TranNgocMinh/f88c356b828ce3fbf795d185e20bfdf4 to your computer and use it in GitHub Desktop.
n = int(raw_input("Nhap n = "))
S = 0
for i in range(1,n+1):
S = S + i
print "Tong là:",S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment