Determining if a string is a pangram

Question Q4.2.1

Write a one-line Python program to determine if a string is a pangram (contains each letter of the alphabet at least once).


Solution Q4.2.1