Skip to content

alam-669/python_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

python_task

def print_hello(string): vowels = 'aeiouAEIOU'

for char in string:
    if char in vowels:
        print("Hello World")

user_input = input("Enter a string: ") num_vowels = print_hello(user_input)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors