LAKSHMIPAT SINGHANIA PUBLIC SCHOOL
SESSION 2019-20
PRACTICAL FILE
Submitted To: Submitted By:
Mr NP Swamy Ayush Kumar Biswal
PGT (Computer Science) Class IX
(Programming in
Python)
Page | 2
Page | 3
INDEX
S No Name of The Program Page No Remarks
Program to input numbers from
1 user and arrange them in 5
ascending and descending order
Program to input a number and
2 find the sum of its digits 6
Program to print the multiplication
table of a number input by the
3 user upto the number of steps 7
defined by the user
4 Loan Calculator 8-9
5 Temperature Convertor 10-11
Page | 4
Program 1: Program to input numbers from user and arrange them
in ascending and descending order
Source Code
Output
Program 2: Program to input a number and find the sum of its digits
Page | 5
Source Code
Output
Program 3: Program to print the multiplication table of a number
input by the user upto the number of steps defined by the user
Page | 6
Source Code
Output
Page | 7
Program 4: Loan Calculator
Source Code
Page | 8
Output
Page | 9
Program 5: Temperature Convertor
Source Code
Page | 10
Output
Page | 11