+ 1
Challenge Halloween Candy, where is my fault?
I am trying to solve this challenge and i don't understand where is my fault, if anyone can suggest something please. houses = int(input()) print (round(2 / houses * 100))
3 Antworten
+ 4
You are on the right way. But read carefully. You have to round UP to next integer. Hint: Have a look on math.ceil() function 😉
+ 2
Thx a lot done :-)
+ 1
Best answer Thomas 👍