0% found this document useful (0 votes)
95 views

PPS (Python) Programs List

The document contains a list of 22 programming problems to write in Python, including calculating averages, areas of shapes, personal data input, conversions between units, reversing, sorting and checking properties of numbers, simple interest, leap years, prime numbers, Armstrong numbers, and Fibonacci sequences. It provides a range of introductory Python exercises covering basic math, logic, conditionals, and number manipulation.

Uploaded by

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

PPS (Python) Programs List

The document contains a list of 22 programming problems to write in Python, including calculating averages, areas of shapes, personal data input, conversions between units, reversing, sorting and checking properties of numbers, simple interest, leap years, prime numbers, Armstrong numbers, and Fibonacci sequences. It provides a range of introductory Python exercises covering basic math, logic, conditionals, and number manipulation.

Uploaded by

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

PPS PROGRAMS LIST

Write a program in python to calculate avg


marks of 5 subjects

Write a program in python to calculate area


of triangle

Write a program in python to input personal


data
Write a program in python to calculate area
of circle

Write a program in python to calculate


quotient and remainder

Write a program in python to swap 2


numbers using addition and subtraction
Write a program in python to swap 2
numbers using multiplication or division

Write a program in python to convert Celsius


to Farehnite

Write a program in python to calculate


volume of cube
Write a program in python to calculate CSA
and TSA of cylinder

Write a program in python to calculate


volume of sphere

Write a program in convert days into year,


month, week and left days
Write a program in python to convert
seconds into hours, minutes & seconds

Write a program in python to reverse a 3-


digit number

Write a program in python to print sum of


reversed a 3-digit number
Write a program in python to print sum of 1st
and 4th digits of a 4-digit number

Write a program in python to calculate


simple interest

Write a program in python to check leap year


or not
Write a program in python to print smallest of
5 numbers using if else if

Write a program in python to find greatest


using if else if
Write a program in python to check Prime or
not

Write a program in python to check


Armstrong or not
Write a program in python to print Fibonacci
sequence

Write a program in python to find vowel or


not

Write a program in python to check


Palindrome or not

You might also like