Index: Sr. No. Questio Ns Numb Er Teacher 'S Sign
Index: Sr. No. Questio Ns Numb Er Teacher 'S Sign
Page no. 1
2. If the ages of Ram, Shyam, and Ajay are
input through the user, write a program
to determine the youngest of the three.
Page no. 2
3. If the three sides of a triangle are
entered through the user, write a
program to check the type of triangle
(Equilateral, Isosceles, Scalene, or
Right-angled).
Page no. 3
4. Write a program to print odd numbers
between two numbers entered by the
user.
Page no. 4
5. The Fibonacci sequence comprises
numbers like 0, 1, 1, 2, 3, 5, 8... The
Fibonacci sequence is the name given
to an infinite sequence where each term
(starting from 0 and 1) is the sum of the
two preceding ones. Write a program to
display the Fibonacci series up to the
number entered by the user.
Page no. 5
6. Write a program to find the factorial of a
number entered by the user.
Page no. 6
7. Write a program to display the
compound interest (C.I.) amount at the
time of maturity.
Page no. 7
8. Take the ages of three football players
using user input. Find who is the oldest
using a nested if statement.
Page no. 8
9. Write a program to make a simple
calculator.
Page no. 9
10. Write a program to display factors of the
given number.
Page no. 10
11. Write a program to check if the number
is a palindrome.
Page no. 11
12. Write a program to check if the number
is an Armstrong number.
Page no. 12
Conclusion
Through this practical file, I have explored
various Python programming concepts and
developed a deeper understanding of how to
implement them in solving problems. These
exercises have enhanced my logical thinking
and problem-solving skills, which are crucial
for programming. This experience has been
both educational and rewarding, allowing me
to understand the versatility and power of
Python as a programming language.