Welcome!

×

...or use your e-mail

Go back to Challenges list

Challenge

Pangram checker

Created by
A pangram is a sentence that contains all the letters of the English alphabet at least once, for example: The quick brown fox jumps over the lazy dog.

Input Format
String

Output Format
Boolean

Sample Input
The quick brown fox jumps over the lazy dog.

Sample Output
true

Memory Limit
512M


Sign Up or Login to solve this Code Challenge