0% found this document useful (0 votes)
2 views5 pages

Ultimate Python Practical File

This document is a practical file for a Computer Science project on Artificial Intelligence by student Vivaan Pandey from IX Beta for the academic year 2025-26. It includes a certificate of originality, acknowledgment section, and a table of contents listing various Python programming exercises. The file also provides a link to Vivaan's GitHub repository for further reference.

Uploaded by

fowlstar1
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)
2 views5 pages

Ultimate Python Practical File

This document is a practical file for a Computer Science project on Artificial Intelligence by student Vivaan Pandey from IX Beta for the academic year 2025-26. It includes a certificate of originality, acknowledgment section, and a table of contents listing various Python programming exercises. The file also provides a link to Vivaan's GitHub repository for further reference.

Uploaded by

fowlstar1
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
You are on page 1/ 5

PYTHON PRACTICAL FILE

School Name: Your School Name

Subject: Computer Science – Artificial Intelligence

Student Name: Vivaan Pandey

Class & Section: IX Beta

Academic Year: 2025–26


CERTIFICATE OF ORIGINALITY

I hereby declare that the content of this file is my own work, completed under the
guidance of my teacher, and has not been copied from any unauthorized source.

Name: Vivaan Pandey


Class: IX Beta
Date: _______________________
ACKNOWLEDGMENT

I would like to express my sincere gratitude to Manish sir for their invaluable guidance,
support, and encouragement throughout this project. Their insightful feedback and
dedication to teaching have greatly enhanced my understanding of Python
programming.

I would also like to thank my school and classmates for creating a positive learning
environment that helped me complete this project successfully.

Lastly, I extend my appreciation to my family for their constant support and motivation.
This project would not have been possible without their encouragement.

Thank you!

Vivaan Pandey
Class IX Beta
TABLE OF CONTENTS

1. 1. Sum of Two Numbers


2. 2. Calculate Interest and Amount
3. 3. Print Full Name
4. 4. Basic Calculator
5. 5. Print Natural Numbers (50 to 100)
6. 6. Print Odd Numbers (30 to 80)
7. 7. Multiplication Table
8. 8. Squares of Numbers in a List
9. 9. Find Factors of a Number
10. 10. Check Even or Odd Number
11. 11. Sum of First N Natural Numbers
12. 12. Factorial of a Number
13. 13. Find the Largest Among Three Numbers
14. 14. Reverse a Number
15. 15. Check Prime Number
16. 16. Sum of Digits of a Number
17. 17. Check Palindrome Number
18. 18. Find GCD of Two Numbers
19. 19. Find LCM of Two Numbers
20. 20. Generate Fibonacci Series
21. 21. Swap Two Numbers Without Third Variable
22. 22. Print Prime Numbers (1 to 100)
23. 23. Count Digits in a Number
24. 24. Convert Celsius to Fahrenheit
25. 25. Find Power of a Number Using Loop
Scan to View My GitHub Repository

Paste your GitHub or Replit link here:

https://github.com/your-username/python-practical-file

You might also like