0% found this document useful (0 votes)
7 views3 pages

Python Projects For Class IX

The document outlines a series of Python programming projects suitable for class IX students. Projects include calculating surface areas, finding the greatest number, checking age criteria, creating a simple chatbot, and various pattern printing tasks. Each project encourages user input and covers fundamental programming concepts.

Uploaded by

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

Python Projects For Class IX

The document outlines a series of Python programming projects suitable for class IX students. Projects include calculating surface areas, finding the greatest number, checking age criteria, creating a simple chatbot, and various pattern printing tasks. Each project encourages user input and covers fundamental programming concepts.

Uploaded by

shaurya2468594
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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)

You might also like