Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
22 views11 pages

AI PrFile

The document is a practical file for Class IX students at Lakshmipat Singhania Public School for the session 2019-20. It includes various Python programming exercises such as arranging numbers, summing digits, generating multiplication tables, a loan calculator, and a temperature converter. Each program is accompanied by source code and output examples.

Uploaded by

Ayush Biswal
Copyright
© Attribution Non-Commercial (BY-NC)
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)
22 views11 pages

AI PrFile

The document is a practical file for Class IX students at Lakshmipat Singhania Public School for the session 2019-20. It includes various Python programming exercises such as arranging numbers, summing digits, generating multiplication tables, a loan calculator, and a temperature converter. Each program is accompanied by source code and output examples.

Uploaded by

Ayush Biswal
Copyright
© Attribution Non-Commercial (BY-NC)
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
You are on page 1/ 11

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

You might also like