0% found this document useful (0 votes)
29 views10 pages

Python Programming Projects Overview

The document outlines various practical programming tasks completed by Mayank in Computer Science. It includes creating menu-driven programs for arithmetic operations, Fibonacci series, factorial calculations, and mathematical functions, as well as integrating MySQL with Python. Each task is accompanied by source code and results, demonstrating the implementation of the programs.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views10 pages

Python Programming Projects Overview

The document outlines various practical programming tasks completed by Mayank in Computer Science. It includes creating menu-driven programs for arithmetic operations, Fibonacci series, factorial calculations, and mathematical functions, as well as integrating MySQL with Python. Each task is accompanied by source code and results, demonstrating the implementation of the programs.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Computer Science

Prac cal Programs Made By – Mayank 12thB


1. Crea ng a menu driven program to perform arithme c
opera ons.
Source code:
Result:
2. Crea ng a python program to display Fibonacci series

Result:
3. To write a menu driven python program to find factorial
and sum of list of numbers using func on
Result:

4. Crea ng a program to implement returning values from


the func on.
Result:

5. Crea ng a python program to implement mathema cal


func ons
Result:

6. Create a python program to roll a dice

Result:
7. Create a program file to read a text file line by line and
display each word seprated by #

Result:
8. Crea ng a program to integrate my sql with python
Result:

You might also like