https://replit.com/@RutikIndulkar/boilerplate-mean-variance-standard-deviation-calculator-2#mean_var_std.py

The code is showing correct output in my personal editor but showing this error in repl it.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36.

Challenge: Mean-Variance-Standard Deviation Calculator

Link to the challenge:

Per specification in README.md file, when less than 9 numbers are passed to the function, it should raise a ValueError. That’s something different than returning string with it. To raise exception in python, the raise keyword should be used.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.