HTMLify
Home
Log in
Register
Dashboard
Frames
API
LeetCode - Check if the Sentence Is Pangram - Python
Views: 14 | Author:
abh
class
Solution
:
def
checkIfPangram
(
self
,
sentence
:
str
)
->
bool
:
return
len
(
set
(
sentence
))
==
26
Run >
Share this file:
Copy
Short Link
View Raw
Download File
(110 B)
Embed Code
Clone
Comments
Comment