6 kyu
Detect Pangram
64,635 of 194,478anindyabd
Description:
A pangram is a sentence that contains every single letter of the alphabet at least once. For example, the sentence "The quick brown fox jumps over the lazy dog" is a pangram, because it uses the letters A-Z at least once (case is irrelevant).
Given a string, detect whether or not it is a pangram. Return True if it is, False if not. Ignore numbers and punctuation.
Strings
Data Structures
Fundamentals
Similar Kata:
Stats:
Created | Nov 7, 2014 |
Published | Nov 7, 2014 |
Warriors Trained | 343747 |
Total Skips | 38536 |
Total Code Submissions | 707998 |
Total Times Completed | 194478 |
Python Completions | 77956 |
Haskell Completions | 1857 |
Clojure Completions | 719 |
JavaScript Completions | 64635 |
C# Completions | 11660 |
Java Completions | 22234 |
R Completions | 394 |
Ruby Completions | 4074 |
PHP Completions | 3716 |
C Completions | 4135 |
Prolog Completions | 34 |
Pascal Completions | 60 |
TypeScript Completions | 4583 |
λ Calculus Completions | 9 |
Factor Completions | 10 |
COBOL Completions | 6 |
Rust Completions | 739 |
Lua Completions | 65 |
C++ Completions | 337 |
Total Stars | 2721 |
% of votes with a positive feedback rating | 92% of 13702 |
Total "Very Satisfied" Votes | 11579 |
Total "Somewhat Satisfied" Votes | 1953 |
Total "Not Satisfied" Votes | 170 |