0% found this document useful (0 votes)
3 views1 page

Python 1

Uploaded by

ganiy80646
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Python 1

Uploaded by

ganiy80646
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like