def st(): a=input("Enter") b='' for x in a: if x in "aeiou": l=1 else: b=b+x print(b) st()

Built With

Share this project:

Updates