You are on page 1of 18

MUSKAN PUBLIC SCHOOL,

ASHOKNAGAR
PYTHON PROJECT-
SIMPLE CALCULATOR
CLASS:- 11 C.S.
TEAM- ALPHA
This Photo 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), object-
oriented 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
5. Modulus
6. Floor Division
7. Exponent

7
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