6 kyu
Detect Pangram
77,355 of 193,036anindyabd
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 | 341190 |
Total Skips | 38326 |
Total Code Submissions | 704302 |
Total Times Completed | 193036 |
Python Completions | 77355 |
Haskell Completions | 1846 |
Clojure Completions | 719 |
JavaScript Completions | 64193 |
C# Completions | 11585 |
Java Completions | 22111 |
R Completions | 394 |
Ruby Completions | 4059 |
PHP Completions | 3692 |
C Completions | 4109 |
Prolog Completions | 34 |
Pascal Completions | 60 |
TypeScript Completions | 4529 |
λ Calculus Completions | 9 |
Factor Completions | 10 |
COBOL Completions | 6 |
Rust Completions | 716 |
Lua Completions | 63 |
C++ Completions | 260 |
Total Stars | 2700 |
% of votes with a positive feedback rating | 92% of 13658 |
Total "Very Satisfied" Votes | 11541 |
Total "Somewhat Satisfied" Votes | 1948 |
Total "Not Satisfied" Votes | 169 |