0
what's wrong with my code? failed in Test case 3 and 5 please i need help
5 odpowiedzi
+ 2
Use math.ceil() instead of round(), and also check the input for punctuations and remove them
+ 2
It's because the input still has punctuations
+ 2
The challenge says to delete those punctuations
+ 1
Try using math.ceil() instead of round ()
import math before using ceil.
+ 1
I tried using ceil and it worked in all cases except test case 1