I've got a list of tuples inside another list and I am having problems finding the average.
I've checked over the asked questions and around the internet but most of the time they don't cover adding all of the tuples together and diving.
My list tuple list is [(String, Int)]
and I want to be able to find the average of all of the tuples.