Added question about Golden Treasure#8
Open
djoga24 wants to merge 1 commit into
Open
Conversation
Collaborator
|
Cool background story. I have no other comment lol. |
AngelOnFira
approved these changes
Oct 21, 2023
| @@ -0,0 +1,30 @@ | |||
| # The Golden Treasure | |||
Comment on lines
+16
to
+19
| ```python | ||
| sum = 5+2+19+9 | ||
| sum = 35 | ||
| ``` |
yufengliu15
requested changes
Oct 21, 2023
yufengliu15
left a comment
Collaborator
There was a problem hiding this comment.
altered some of the phrasing within the question
|
|
||
| Welcome to **The Golden Treasure** | ||
|
|
||
| You are stranded on an island with one other person. To get back to land, you have to dig up a treasure. The only problem? The treasure is behind a very secure lock. The only way to break the lock is to ask The Second Monster to open it. The Second Monster demands you to solve a problem he has. Including 0, sum up all the elements at the indexes which divide evenly into 2 |
Collaborator
There was a problem hiding this comment.
Suggested change
| You are stranded on an island with one other person. To get back to land, you have to dig up a treasure. The only problem? The treasure is behind a very secure lock. The only way to break the lock is to ask The Second Monster to open it. The Second Monster demands you to solve a problem he has. Including 0, sum up all the elements at the indexes which divide evenly into 2 | |
| You are stranded on an island with one other person. To get back to land, you have to dig up a treasure. The only problem? The treasure is behind a very secure lock. The only way to break the lock is to ask The Second Monster to open it. The Second Monster demands you to solve a problem he has. Including 0, sum up all the elements at even-numbered indices |
|
|
||
| Welcome to **The Golden Treasure** | ||
|
|
||
| You are stranded on an island with one other person. To get back to land, you have to dig up a treasure. The only problem? The treasure is behind a very secure lock. The only way to break the lock is to ask The Second Monster to open it. The Second Monster demands you to solve a problem he has. Including 0, sum up all the elements at the indexes which divide evenly into 2 |
Collaborator
There was a problem hiding this comment.
Very fun that the Monster is named after their puzzle
|
|
||
| ## Sample Solution | ||
| ```python | ||
| list1 = [32,55,1,23,55,46,78] |
Collaborator
There was a problem hiding this comment.
Looks great here. Only thing is maybe avoid variables like List1 in cases where you are using lots of variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.