Assignment 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Allenhouse Institute of Technology (AKTU Code : 505)

Rooma, Kanpur – 208 008

Assignment - I
Course Title: Python Programming Course Code: BCC-302

Program: B. Tech. CSE & AIML Date of Assignment: 31/10/2023

Semester/Year: 3rd/Second Date of Submission: 3/11/2023

Q. No. Questions CO KL
Write short notes on python Data Types. List all Data types
1 CO-1 K1
used in Python Programming.

2 Write down applications of Python Programming? CO-1 K1

What do you understand by Type Casting? Explain with help


3 CO-1 K2
of examples.

Write a program to find area of a circle. (Take radius as input


4 CO-1 K3
from user)

Write a program to calculate compound interest.


A = P(1 + R/100)t
Compound Interest = A – P
Where,
5 CO-1 K4
A is amount
P is principle amount
R is the rate and
T is the time span

You might also like