0
Whats the correct one?
Help me huhuhuhu https://code.sololearn.com/cz7kccIKZkQj/?ref=app
5 Answers
+ 2
Read the task description carefully: It asks us to round ***up*** to the next integer.
You can use ceil() from math module instead of round()
+ 1
Put this in the top of your script:
from math import ceil
Then you can use ceil() in the code
0
Thank you brother
0
Why my ceil function dont work
0
Thanks