21quiz On Python (3A & 3B)
21quiz On Python (3A & 3B)
def check_even_odd(num):
11. Write a Python program to find the factorial of a number using a while loop.
12. Write a Python program to count the number of vowels in a given string.
Example: Input: "hello world" Output should be: 3