0% found this document useful (0 votes)
243 views18 pages

Python Project

This document describes a Python calculator project created by a team of students. It includes an introduction to Python, the purpose of the project, functions of the calculator, the program code, and output. The summary recaps that the team created a basic Python calculator based on user input, and that Python is a versatile and popular programming language.
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)
243 views18 pages

Python Project

This document describes a Python calculator project created by a team of students. It includes an introduction to Python, the purpose of the project, functions of the calculator, the program code, and output. The summary recaps that the team created a basic Python calculator based on user input, and that Python is a versatile and popular programming language.
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/ 18

MUSKAN PUBLIC SCHOOL,

ASHOKNAGAR
PYTHON PROJECT
-
SIMPLE CALCULATOR
CLASS:
- 11 C.S.
TEAM- ALPHA
This Phot o by Unknown Author is licensed under CC BY-SA
Team members
1. Dhruv Rai
2. Akshat Raghuwanshi
3. Deepend Yadav
4. Jitendre Raghuwanshi
5. Priyanka Soni
6. Akansha Sharma
7. Harshita Yadav
Table of contents

 Introduction
 Purpose of the Project
 Function for sample calculator
 Program for the calculator
 Output of the program
 Summary  Bibliography
Presentation title

4
Introduction
 Python is a high-level, general-purpose programming
language. Its design philosophy emphasizes code
readability with the use of significant indentation.
 Python is dynamically typed and garbage-collected. It
supports multiple programming paradigms,
 including structured (particularly procedural),
objectoriented and functional programming. It is often
described as a "batteries included" language due to its
comprehensive standard library.
Purpose of the Project
A calculator program can be put to use to
perform arithmetic operations like
addition, subtraction, division,
multiplication, and modulo of two numbers
by getting user input and giving the output
as the result of the computation .

Presentation title

6
FUNCTIONS OF THE
SIMPLECALCULATOR
1. Addition
2. Subtraction
3. Multiplication
4. Division

7
5. Modulus
6. Floor Division
7. Exponent
PROGRAM OF THE SIMPLE CALCULATOR

8
Python program

9
10
11
12
Presentation title 13
OUTPUT 14
OUTPUT

Presentation title 15
SUMMARY

 We wrote a Python calculator based on the user’s input of numbers and


operators, just like a real calculator .
 This is only one simple application that we have developed; with python
programming, we can make many more .
 Python is one of the popular and versatile programming languages. It is
beginner friendly and therefore the best programming languages to start
with. It is considered the one of the most used languages in the world.
 Python is widely used in various fields such as data analysis, machine
learning, software testing and prototyping, web development, and in
many other areas.

Presentation title 16
BIBLIOGRAPHY

 Fro successfully completing our project file . We have taken help from the
following Website links :-
 WWW.google.com
 WWW.codingal.com
 YouTube
 NCERT

Presentation title 17

You might also like