-
- Calculate the simple interest for a given principal, rate, and time.
- The values of principal, rate, and time should be user inputs.
- Add the code to the python folder
-
Add a python calculator to the repo in under 100 words
-
hi, I am willing to add a calculator Python project
Please find the image of the project below!
Can you please assign this to me under the hacktoberfest2024 tag?
-
-
- Add the python code for simple Calculator in the Python folder
-
I would like to add a calculator developed using Python and Tkinter that can handle complex math, including operations with brackets. It has an easy-to-use interface for basic and advanced calculation…
-

-
def add(x,y):
return x+y
def sub(x,y):
return x-y
def mult(x,y):
return x*y
def div(x,y):
return x/y
def expol(x,y):
return x**y
def calculator():
print("select the oparation")…
-
-
Since this is a repo which helps beginner so please assign me this issue and please add hactoberfest label to it, hope you will consider it.