Software Foundation - Python on August 28, 2020 Get link Facebook X Pinterest Email Other Apps Python Hands-On 1k=input()c=0for i in k: i=i.lower() if i in ("a","e","i","o","u"): c+=1print(c) Comments
Comments
Post a Comment