Python Projects for class IXth
[Link] a python program to calculate the
Curved Surface Area and Total Surface Area
of Cylinder taking user inputs.
[Link] a python program to find the greatest
number in four numbers using user inputs.
[Link] a python program to check the age
criteria(kid/teenager/young/mature/experie
nced/old/senior citizen).
[Link] a python program to check given
number is even or odd.
[Link] a python program to create a simple
chatbot system such that the chatbot could
respond to greetings, answer simple
questions or even provide basic information
about Robotics or AI.
[Link] a python program to check the value
of factorial using user inputs.
[Link] a python program to print opposite
right angled triangle taking user input for
number of rows.(Use the attached image for
your reference.
[Link] a python program to print Fibonacci
series using while loop.
[Link] a python program to print the integer
is palindrome or not palindrome.
10. Write a python program to check
Armstrong number (for 3 digits).
11. Write a python program to print pascal
triangle.(Use the attached image for your
reference)
12. Write a python program to reverse an
integer.
13. Write a python program to print pattern
A,AB,ABC.(Use the attached image for your
reference)
14. Write a python program to print hollow
square star pattern.(Use the attached image
for your reference)
15. Write a python program to print alternate
number pattern using while loop.(Use the
attached image for your reference)