Techiral / A-Z-Python-Projects

Explore an extensive collection of Python projects, each corresponding to a letter of the alphabet. Whether you're a beginner or an experienced developer, dive into diverse Python applications, learn, and contribute to this educational journey.
MIT License
45 stars 181 forks source link

Created pangram checker #223

Open legaroid opened 1 year ago

legaroid commented 1 year ago

added python code that takes a string as input and tells if the string is a pangram or not.