0% found this document useful (0 votes)
2 views8 pages

Biproy Podder - Python Programming Lab

The document outlines an assignment for a Python Programming Lab for a BCA student named Biproy Podder, detailing various programming tasks to be completed by the submission date of August 5, 2024. The tasks include programs for temperature conversion, simple interest calculation, time conversion from seconds, variable swapping, circle area and circumference calculation, and compound interest calculation. Each task includes specific formulas and requirements for implementation.

Uploaded by

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

Biproy Podder - Python Programming Lab

The document outlines an assignment for a Python Programming Lab for a BCA student named Biproy Podder, detailing various programming tasks to be completed by the submission date of August 5, 2024. The tasks include programs for temperature conversion, simple interest calculation, time conversion from seconds, variable swapping, circle area and circumference calculation, and compound interest calculation. Each task includes specific formulas and requirements for implementation.

Uploaded by

poddarbiproy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

➢NAME: BIPROY PODDER

➢UNIVERSITY ROLL NO: 34542723018


➢UNIVERSITY REGISTRATION NO: 233451010018
➢DEPARTMENT: BCA
➢SEMESTER: 3rd SEMESTER
➢SESSION: 2023-2027
➢SUBJECT: PYTHON PROGRAMMING LAB
➢SUBJECT CODE: BCAC391
➢SUBMISSION DATE: 05.08.24
INDEX
PYTHON PROGRAMING LAB
• ASSIGNMENT.1
1. Write a program that prompts the user to input a Celsius
temperature and outputs the equivalent temperature in
Fahrenheit. The formula to convert the temperature is: F-
9/5 C+32 where Fis the Fahrenheit temperature and C is the
Celsius temperature.
2. Write a program which accepts principle, rate and time
from user and print the simple interest. The formula to
calculate simple interest is: simple interest = principal x
rate x time/ 100
3. Write a program that accepts seconds from the keyboard
as integers. Your program should converts seconds in
hours, minutes and seconds.
4. Write a program that prompts the user to enter number in
two variables and swap the contents of the variables.
5. Write a program that prompts the user to input the radius
of a circle and outputs the area and circumference of the
circle. The formula is: Area = pi x radius2 Circumference = 2
x pi x radius
6. Write a program which prompts the user to input
principle, rate and time and calculate compound interest.
The formula is
:CI= P(1+R/100)^T-P

• Teachers Signature
1. Write a program that prompts the user to input a Celsius
temperature and outputs the equivalent temperature in
Fahrenheit. The formula to convert the temperature is: F-
9/5 C+32 where Fis the Fahrenheit temperature and C is the
Celsius temperature.
2. Write a program which accepts principle, rate and time
from user and print the simple interest. The formula to
calculate simple interest is: simple interest = principal x
rate x time/ 100
3. Write a program that accepts seconds from the keyboard
as integers. Your program should convert seconds in hours,
minutes and seconds.
4. Write a program that prompts the user to enter
number in two variables and swap the contents of the
variables.
5. Write a program that prompts the user to input the radius
of a circle and outputs the area and circumference of the
circle. The formula is: Area = pi x radius2 Circumference = 2
x pi x radius
6. Write a program which prompts the user to input
principle, rate and time and calculate compound interest.
The formula is
:CI= P(1+R/100)^T-P

THANK YOU

You might also like