My favorite calculator
This is a simple calculator build in python. In this program i have used two functions print ( ) and input ( ).
The print function is used to have a title and print a variable. The text in the quotes " " put exactly what you wrote inside them.
Variable is used to store stuff inside it like a cup stores water inside of it.
Input function is used to allow us to type from keyboard in the program.
The print function is used to have a title and print a variable. The text in the quotes " " put exactly what you wrote inside them.
Variable is used to store stuff inside it like a cup stores water inside of it.
Input function is used to allow us to type from keyboard in the program.
| Calculator Python program |
| Calculator output |
Comments
Post a Comment