6 kyu
Detect Pangram
78,242 of 195,146anindyabd
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 | 344963 |
Total Skips | 38627 |
Total Code Submissions | 709832 |
Total Times Completed | 195146 |
Python Completions | 78242 |
Haskell Completions | 1861 |
Clojure Completions | 720 |
JavaScript Completions | 64819 |
C# Completions | 11698 |
Java Completions | 22289 |
R Completions | 395 |
Ruby Completions | 4087 |
PHP Completions | 3729 |
C Completions | 4141 |
Prolog Completions | 34 |
Pascal Completions | 61 |
TypeScript Completions | 4605 |
λ Calculus Completions | 9 |
Factor Completions | 10 |
COBOL Completions | 6 |
Rust Completions | 757 |
Lua Completions | 65 |
C++ Completions | 374 |
Total Stars | 2726 |
% of votes with a positive feedback rating | 92% of 13733 |
Total "Very Satisfied" Votes | 11606 |
Total "Somewhat Satisfied" Votes | 1955 |
Total "Not Satisfied" Votes | 172 |