Python Calculator

Python Calculator

Pretty basic calculator wirtten in python. To use it just run the python file and input the numbers and desired arithmatic.

Example:

Input

Welcome to Nik's Super Scientific Calculator!


Please input your first number: 3

Please input the desired operation (+,-,*,/): *

Please input your second number: 2

Output

Thank you for using Nik's Super Scientifc calculator!
You result: 6
Thank You!!!!

If you want to view this code and some of my other projects you can visit my GitLab