• + 3 comments
    import string 
    print ["not pangram", "pangram"][set(string.ascii_lowercase).issubset(set(raw_input().lower()))]