There is a mistake in this kata, verification cannot be passed! Error: "(B : 0) - (R : 0) - (D : 0) - (X : 0)" should equal ""
After adding the condition to perform the check: "" should equal "(S : 0) - (Q : 0)"
error in code verification
Why does it give me an error? def zero_fuel(distance_to_pump, mpg, fuel_left): return distance_to_pump / mpg == fuel_left
def zero_fuel(distance_to_pump, mpg, fuel_left): return distance_to_pump / mpg == fuel_left
is this definitely 8 kata?
I think it's more 7kyu than 8
Are these exactly 7kyu?
Loading collection data...
There is a mistake in this kata, verification cannot be passed!
Error:
"(B : 0) - (R : 0) - (D : 0) - (X : 0)" should equal ""
After adding the condition to perform the check:
"" should equal "(S : 0) - (Q : 0)"
error in code verification
Why does it give me an error?
def zero_fuel(distance_to_pump, mpg, fuel_left): return distance_to_pump / mpg == fuel_left
is this definitely 8 kata?
I think it's more 7kyu than 8
Are these exactly 7kyu?