Python Project
Python Project
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
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