6 kyu
Detect Pangram
79,782 of 198,638anindyabd
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 | 350924 |
Total Skips | 39066 |
Total Code Submissions | 718922 |
Total Times Completed | 198638 |
Python Completions | 79782 |
Haskell Completions | 1873 |
Clojure Completions | 721 |
JavaScript Completions | 65817 |
C# Completions | 11870 |
Java Completions | 22591 |
R Completions | 404 |
Ruby Completions | 4123 |
PHP Completions | 3779 |
C Completions | 4200 |
Prolog Completions | 34 |
Pascal Completions | 61 |
TypeScript Completions | 4738 |
λ Calculus Completions | 9 |
Factor Completions | 10 |
COBOL Completions | 7 |
Rust Completions | 804 |
Lua Completions | 76 |
C++ Completions | 565 |
Total Stars | 2752 |
% of votes with a positive feedback rating | 92% of 13849 |
Total "Very Satisfied" Votes | 11699 |
Total "Somewhat Satisfied" Votes | 1978 |
Total "Not Satisfied" Votes | 172 |