Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
6 views

Python Programs

Uploaded by

Arun Gurjar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Python Programs

Uploaded by

Arun Gurjar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Python Programs

1. Write a program in python to add, subtract, multiply and divide two numbers by taking input
from users.
2. Write a python program to find the square, cube and square root of a number given by user.
3. Write a python program to find whether the entered number is positive, negative or zero.
4. Write a python program to find whether the entered number is even or odd.
5. Write a python program to find whether a given year is leap year or not.
6. Write a python program to find the largest of three numbers.
7. Write a python program to find the factorial of a number.
8. Write a python program to print the Fibonacci series.
9. Write a python program to display the multiplication table.
10. Write a python program to find the sum of first n natural numbers.

You might also like