0
Problems with Halloween Candy challenge
Iâve partially solved the challenge, but Iâm having problems with getting the correct answer for the last 3 inputs. It runs correctly for the first two, but I donât know whatâs running wrong on the last 3 houses = int(input()) #your code goes here P = (2/houses) * 100 print(round(P)) What tips might you guys have that could be causing the errors S/O to Alexandr for the help đđŸ
1 Answer
+ 1
This will help you
https://code.sololearn.com/crcXN22X1QAA/?ref=app