Q1: Write a Python program to calculate the total number of Vowels and count each individual vowel A,E,I,O,U in the string "Guvi Geeks Network Private Limited"?
Q2: Create a Pyramid of numbers from 1 to 20 using for loop?
Q3: Write a program that takes a string and returns a new string with all the vowels removed?
Q4: Write a program that takes a string and returns the the number of unique characters in it.
Q5: Write a program that takes a string and returns True if it is a palindrome, False otherwise.
Q6: Write a program that takes two strings and returns the longest common substring between them.
Q7: Write a program that takes a string and returns the most frequent character in it.
Q8: Write a program that takes a string and returns True if it is an anagram of another string, False otherwise.
Q9: write a program that takes a string and returns the number of words in it.