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

Update high score board exercise #448

Merged
merged 3 commits into from
Apr 22, 2024
Merged

Update high score board exercise #448

merged 3 commits into from
Apr 22, 2024

Conversation

evanasse
Copy link
Contributor

@evanasse evanasse commented Apr 2, 2024

introduction.md: Fix casing for better consistency

instructions.md:

  • Update instructed number of functions to implement to actual number of functions to implement (6 to 5)
  • Change 1000000 to 1_000_000 for increased readability as taught in Ints concept introduction
  • Add information in Task 4 to describe the case where the player is not in the score board since the user might try to use the dict.update function and face a failing test because dict.update adds the key if it does not exist.

Fix typo for casing consistency with the word "Dicts"
- Update instructed number of functions to implement to actual number of functions to implement (6 to 5)
- Change 1000000 to 1_000_000 for increased readability as taught in Ints concept introduction
- Add information in Task 4 to describe the case where the player is not in the score board
Copy link
Sponsor Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@lpil lpil merged commit e4f22b2 into exercism:main Apr 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants