+ 1
[Question] Halloween Candy code coach
Please why is the following code wrong , got the first two cases https://code.sololearn.com/cB0zfp96RRJ7/?ref=app
4 Respostas
+ 1
Try to use ceil method from math module instead of round
from math import ceil
print(ceil(a))
*and remove your "if" condition it doesn't have anything to do..
+ 2
BRYAND CHE
See this code
https://code.sololearn.com/c564qz67Bh2D/?ref=app
0
Pls what's the difference
0
Thanks