char = str(input("Enter the character: "))

if char[0] in ('a','e','i','o','u'):
    print("It's a vovel")
else:
    print("not a vovel")
    

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: