Skip to content

Instantly share code, notes, and snippets.

@sakekasi
Last active November 20, 2017 06:45
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 sakekasi/10714c37e872a8c94f52f100b5976971 to your computer and use it in GitHub Desktop.
Save sakekasi/10714c37e872a8c94f52f100b5976971 to your computer and use it in GitHub Desktop.
Sum Numbers Problem Description
start = 1
end = 10
sum = 0 # sum should be 55
# set sum to the sum of all numbers from 1 to 10
# Your code goes here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment