You are on page 1of 2

INDEX

Sr no. List of Program Page Signature


no.

1 Write the program with a 1


maximum 3 lines of
code and assign first
five multiples of
numbers to 5 variables
and print them.

2 Write a program to 2
compute simple interest
and compound interest.

3 Write a program to find 3


the area of a triangle.

4 Write a short program 4


that asks for your height
in centimeters and
convert your height in
feet and inches (1 foot =
12 inches) , (1 inch =
2.54cm)

5 Write a program that 5


inputs a string and then
print it's equal to number
of times it's
length.Example
Enter string : "prita"
Output : pritapritaprita

6 Write a short program to 6


input a digit (1-10) and
print it in words.

7 Write a program to input 7


to input 3 sides of
triangle and print
whether it is an
equilateral,scalene or
isosceles triangle

8 Given list of integer 8


write a program to find
those which are
palindrome
9 Write a program using 9
nested loop to produce
following pattern -:

*
**
* * *

10 Write a python program 10


taking 2 variables that
are a and b .Check
whether a is divisible
with b or not ?

You might also like