diff --git a/vowell_check.py b/vowell_check.py deleted file mode 100644 index cef21e1..0000000 --- a/vowell_check.py +++ /dev/null @@ -1,3 +0,0 @@ -def vowell_check(word): - """checks for pronouns - 'a' or 'an'""" - return True if word[0] in 'aeiou' else False