DBE12
DBE12
22.11.2021 • 
Computers and Technology

Write a function, stdDevOfLengths(L) that takes in a list of strings, L, and outputs the standard deviation of the lengths of the strings. Return float('NaN') if L is empty.

Solved
Show answers

Ask an AI advisor a question