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
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
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,
-1638953768-953.jpg)
Submitted by Md Omer (omerl23l0)
Download packets of source code on Coders Packet
Comments