A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session9a8qpua21ddd61psqnnoapck2shpg9ld): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Calculator using Python by Md Omer | omerl23l0
Coders Packet

Calculator using Python by Md Omer

By Md Omer

A Simple Calculator to perform the 3 basic math functions (Addition, Multiplication, Subtraction) developed using Python

In this project, a calculator is developed with the help of Python. It is supposed to perform the three basic maths functions, i.e. addition, subtraction, and multiplication. The User is asked about the operation that they might want to perform, then the number of inputs is also determined according to the user's choice. Three Different Functions are created for the three basic operations. Break Statement is also used to terminate the program.

Loops Used in this program:

While True

If-Elif-else

 

Output Of Program Looks like this,

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Md Omer (omerl23l0)

Download packets of source code on Coders Packet