chandrikadeb7 / Hacktoberfest_2021

This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
MIT License
114 stars 264 forks source link

Task 1 - Check if a sentence is a Pangram #321

Closed izzy-el closed 2 years ago

izzy-el commented 2 years ago

Implemented a code in Python to check if a given sentence is a Pangram (use every single letter of the English alphabet at least once).