Question
PYTHON vowelCheck- Check input (string) and determine if stringcontains vowels or consonants . I keep getting err. Provide source code. Thanks Ethe.py def vowelcheck ():
PYTHON vowelCheck- Check input (string) and determine if stringcontains vowels or consonants . I keep getting err. Provide source code. Thanks
Ethe.py def vowelcheck (): 1 = input ("Enter a word: ") if 1 in ('a,e,i,o,u,y') : return ("Your word contains a vowel" else: Run the return ("Your word has only consonants print (vowelcheck () ) tory4] /Library/Frameworks/Python.framework/Versions/3.6/bin/python3.6 /Users/Pratyusha Enter a word: garden Your word has only consonants Process finished with exit code 0
Step by Step Solution
3.39 Rating (158 Votes )
There are 3 Steps involved in it
Step: 1
Python version 36 Python program to check if the input ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Accounting Information Systems
Authors: George H. Bodnar, William S. Hopwood
11th Edition
0132871939, 978-0132871938
Students also viewed these Electrical Engineering questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App