text = (input("Enter some text: ")) A = ("A") e = ("e") i = ("i") o = ("o") u = ("u") for A in text : print ("Count of A", +1)