PYTHON PROGRAMS
1. Write a python program to check given number is positive,
negative or zero.
2. Write a python program to calculate area of square, rectangle ask
input from the user and display the result.
3. Write a python program which takes 5 different input number from
the user and check for positive number and print the same.
4. Write a python program to count number of items in the list.
5. Write a python program to find sum in the list also count the
number of elements.
6. Write a python program to find factorial of a number.
7. Write a python program to find sum of all odd and even numbers
upto a number specified by user.
8. Write a python program to compute gross pay and ask the user to
enter hours and rate per hour to compute gross pay.
9. Write a python program which prompts the user for a Celsius
temperature and convert the temperature into Fahrenheit and print
out the converted temperatures.