Checking with Program ->
A. Write a program to print all prime nos between required range.
B. Write a Python program to find whether a given number (accept from the user) is even or odd, print out an appropriate message to the user.
C. Write a Python program to find whether a given number (accept from the user) is Prime or composite, print out an appropriate message to the user.
D. Write a Python program to test whether a passed letter is a vowel or not.
E. Write a Python Game to Guess the Correct Number in given Chances based on difficulty choosen.