You are viewing a single comment's thread. Return to all comments →
I just added a try and except for this
try: mode = st.mode(mylist) except: mode = min(mylist)
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Mean, Median, and Mode
You are viewing a single comment's thread. Return to all comments →
I just added a try and except for this
try: mode = st.mode(mylist) except: mode = min(mylist)