Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image

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 ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting Information Systems

Authors: George H. Bodnar, William S. Hopwood

11th Edition

0132871939, 978-0132871938

More Books

Students also viewed these Electrical Engineering questions

Question

Define dirty data and identify some of its sources.

Answered: 1 week ago