+ 1
Need help with Halloween candy
So I got the first two right but the last ones are locked and I can't see why houses = int(input()) #your code goes here dollars = 2 chances = round(dollars / houses * 100) print(chances)
1 Antwort
+ 5
You need to round up (ceil)