0
Has anyone solved the Halloween Candy in python 3?
I am able to solve the first two test results but not last three. They are hidden so I don't know where I am going wrong
2 odpowiedzi
+ 7
Are you rounding the result up?
import math
...
...
print(math.ceil(result))
+ 2
post your code
mine was only 3 lines