leetle

Daily challenge for 2025-05-01

121. Check If Sentence Is Pangram

Write a function solve that checks if a sentence is a pangram (contains every letter of the alphabet at least once).

Example:
Input: "thequickbrownfoxjumpsoverthelazydog"
Output: true

Run this challenge interactively in Python or JavaScript when the app loads.