https://robyn-collins-pangram.readthedocs-hosted.com/_/sharing/b8b7iulst7iaw32sa80sd33p
Determine if a sentence is a pangram… (aka uses all letters of the alphabet at least once.)
· Take a string input (representing a sentence)
· Return a boolean (true/false) response – True if the “sentence” is a pangram, false is not
Submit all code, artifacts, instructions, etc for the solution to GitHub.
- How to run the project locally:
python pete_pangram.py
- How to run unittest:
python -m unittest test_checker.py