+ 1
Hey why this is not working?
Code: houses = int(input()) print(round((2/houses)*100)) https://www.sololearn.com/coach/4?ref=app
2 Respuestas
+ 3
Hi! instead of the round() function, use the math.ceil() function
+ 1
dont use round for this task.
because you must round up. check your question