I'm very new to Python 3 and programming for that matter. I trying to find an algorithm to find out when a sentence is a pangram. I've solved that side of the bargain thanks to a function with the aid of the string module, but I also need to find out how many different letters there are in non-pangrams (switched them to lowercase already).
Any help would be very welcome.