3 lines
186 B
Text
3 lines
186 B
Text
is_pangram("The quick brown fox jumps over the lazy dog.");
|
|
is_pangram("The 2 QUIck brown foxes jumped over the lazy DOG!!");
|
|
is_pangram(""The quick brown fox jumps over the lay dog.");
|