This will filter out the None from the Slopes list.
slopes=filter(None,slopes)
3
solved how do you cacculate avg of a list
This will filter out the None from the Slopes list.
slopes=filter(None,slopes)
3
solved how do you cacculate avg of a list