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

Mooc python course 2024 - Part 1 - 4 Aritmetic operations #102

Open
npereira89 opened this issue Jan 29, 2025 · 0 comments
Open

Mooc python course 2024 - Part 1 - 4 Aritmetic operations #102

npereira89 opened this issue Jan 29, 2025 · 0 comments

Comments

@npereira89
Copy link

I found a bug in program exercise "Students in groups".
If the values of total of students will be 200 and 99 is number of the group to create. The program should return 2.
The round values isn't correct in the case test you integrate in the code

total = round(200/99) = 2.020202020202... should be round to 2, not 3.

Image

Would do you mind fix it, please? 👍🏻 Thanks for advance

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

No branches or pull requests

1 participant