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

Module 04 ex02 #237

Open
Mazoise opened this issue May 12, 2022 · 1 comment
Open

Module 04 ex02 #237

Mazoise opened this issue May 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Mazoise
Copy link

Mazoise commented May 12, 2022

  • Day: 04
  • Exercise: 02

On nous demande à deux reprises dans le sujet de faire un pourcentage puis dans l'exemple en dessous c'est pas un pourcentage c'est juste une fraction.

Examples

proportionBySport(data, 2004, ’Tennis’, ’F’)
# Output
0.01935634328358209

devrait plutôt être:

proportionBySport(data, 2004, ’Tennis’, ’F’)
# Output
1.935634328358209
@Mazoise Mazoise added the fixme label May 12, 2022
@qfeuilla
Copy link
Member

both are accepeted in the correction, marked as enhancment

@qfeuilla qfeuilla added enhancement New feature or request and removed fixme labels May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants