Create a program called countVowels.py that has a function that…

Question Answered step-by-step Create a program called countVowels.py that has a function that… Create a program called countVowels.py that has a function that takes in a string then prints the number of unique vowels in the string (regardless of it being upper or lower case).For example:The argument “swEet” should print 1The argument “AaaaeeE” should print 2 Computer Science Engineering & Technology Python Programming INFORMATIO DTSC575 Share QuestionEmailCopy link Comments (0)