import numpy numbers = [1,5,6,7,9,11,13] standard = numpy.std(numbers) #Calculates standard deviation print(standard)