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). MUST USE SYS.ARGV
For example:
The argument "swEet" should print 1
The argument "AaaaeeE" should print 2