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 Antwort
+ 1
This will help you
https://code.sololearn.com/crcXN22X1QAA/?ref=app