Why is ther no paameters for floats?
I'm getting 'Error' returned when the number 3 is being passed. I've checked that it is actually an integer and not a string. Also it says it should equal 66 but (3*50) + 6 is 156. Not sure if it's a bug. Also I'm doing this kata in Python
Loading collection data...
Why is ther no paameters for floats?
I'm getting 'Error' returned when the number 3 is being passed. I've checked that it is actually an integer and not a string. Also it says it should equal 66 but (3*50) + 6 is 156. Not sure if it's a bug. Also I'm doing this kata in Python