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

Essential Python Programs for Beginners

Uploaded by

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

Essential Python Programs for Beginners

Uploaded by

Arun Gurjar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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