Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sum of All Numbers #1

Open
the-vampiire opened this issue Oct 4, 2018 · 3 comments
Open

Sum of All Numbers #1

the-vampiire opened this issue Oct 4, 2018 · 3 comments
Labels
beginner beginner challenges free code camp challenges sourced from free code camp Hacktoberfest

Comments

@the-vampiire
Copy link
Owner

the-vampiire commented Oct 4, 2018

Credit: Free Code Camp

Challenge

  • Write a function called sum_all() that takes a list of two numbers.
  • Return the sum of those two numbers plus the sum of all the numbers between them.

notes

The lowest number will not always come first.

sample outputs

  • sum_all([1, 4]) should return 10.
  • sum_all([4, 1]) should return 10.
@the-vampiire the-vampiire added good first issue Good for newcomers beginner beginner challenges free code camp challenges sourced from free code camp Hacktoberfest and removed good first issue Good for newcomers labels Oct 4, 2018
@aishwarydewangan
Copy link

Done 👍

the-vampiire added a commit that referenced this issue Oct 5, 2018
the-vampiire added a commit that referenced this issue Oct 5, 2018
the-vampiire added a commit that referenced this issue Oct 5, 2018
solution to #1 - sum-of-all-numbers
the-vampiire added a commit that referenced this issue Oct 8, 2018
dsargento added a commit to dsargento/hacktoberithms that referenced this issue Oct 12, 2018
@deepakumarvu deepakumarvu mentioned this issue Oct 13, 2018
2 tasks
the-vampiire pushed a commit that referenced this issue Oct 15, 2018
Update sum-of-all-numbers-gettaplay.py
the-vampiire added a commit that referenced this issue Oct 15, 2018
the-vampiire pushed a commit that referenced this issue Oct 15, 2018
the-vampiire added a commit that referenced this issue Oct 15, 2018
@beckyw5
Copy link

beckyw5 commented Oct 4, 2019

Can I pick this up? Noticed this is over a year old, are these still open?

@SergiyGolov SergiyGolov mentioned this issue Oct 6, 2019
@jaywantpatel
Copy link

Can i take this up ?

HarshitaDPoojary added a commit to HarshitaDPoojary/hacktoberithms that referenced this issue Oct 13, 2019
the-vampiire pushed a commit that referenced this issue Oct 21, 2019
the-vampiire pushed a commit that referenced this issue Oct 21, 2019
* Solution for issue #1

* Create mutations_ljsauer.py

* Revert "Solution for issue #1"

This reverts commit 3907bbd.
the-vampiire pushed a commit that referenced this issue Oct 21, 2019
* Solution for issue #1

* Create valid-parenthesis_ljsauer.py

* Delete sum-of-all-numbers_ljsauer.py
This was referenced Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner beginner challenges free code camp challenges sourced from free code camp Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants