Statistics HW -wrong answer

passed all my test cases , i guess theres is a problem in the format of output in my solution.

Should the output be in
float(upto 5 decimal places) int int (for mean ,median ,mode respectivly)
or they are expecting the output in string ??

P.S : Also give me a good test case so that i can double check my solution.

Thanku

Seeing their output format, i guess they need float upto 7 decimal places.

yes i tried to display answer upto 7 decimal places , but no luck.
Did u display the answer in string format or int and float format ??

Hey i am not even in this contest. And i guess the way you output your answer doesn’t matter. It should be correct, thts it. I think you must be missing some edge case. Or you must have assumed something wrong.