ch=input("enter any character:")
if(ch=="A" or ch=="E" or ch="I" or ch="O" or ch"U"):
    print(ch,"is a vowel ")
elif(ch=="a" or ch=="e" or ch=="i" or ch=="o" or ch=="u"):
    print(ch,"is a vowel")
    else:
        print(ch,"is not a vowel")

Embed on website

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