Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 589 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 589 Bytes

APSITSkills-Project

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.