Quiz on Python Standard Deviation Function



1. What is the purpose of the stdev() function in Python?
2. Which module in Python provides the stdev() function?
3. What type of data can the stdev() function accept?
4. What does the stdev() function return?
5. How does the stdev() function treat the data by default?

Advertisements