top of page

 

Python Hands-on 1

 

 

s=input()
c=0
for i in s:
    i=i.lower()
    if i in ("a","e","i","o","u"):
        c+=1
print(c)

 

Py H1: About

©2018 by The real one. Proudly created with Wix.com

bottom of page