Python
Python
10 a. Use a for loop to print a triangle like the one below. Allow the user to specify how high
the triangle should be
*
**
***
****
b. Write a program to count the frequency of words appearing in a string using a dictionary
11.a. Write a program to perform arithmetic operations on numbers
b. Write a program to count the number of vowels present in a string using sets