import random
import statistics
number = [1, 2, 3, 4, 5]
print("Standart deviation is: ", statistics.stdev(number))
Please edit the array before compiling the code.
4.3m questions
5.6m answers