Computer Science, asked by ankitraj200829, 5 months ago

Make a gui calculator in python.​

Answers

Answered by Anonymous
0

Explanation:

Simple GUI calculator using Tkinter in Python

Import everything from the Tkinter using *.

Create an interface for the calculator.

Create an input function that enters a number into the input field.

Create an apparent function that wipes everything from the input field.

And finally, evaluate function that computes and gives the result of the expression.

Answered by Purplehidie
0

Answer:

Import everything from the Tkinter using *.

1. Create an interface for the calculator.

2. Create an input function that enters a number into the input field.

3. Create an apparent function that wipes everything from the input field.

4. And finally, evaluate function that computes and gives the result of the expression.

Explanation:

Hope it helps and doesn't forget to mark me as the brainliest answer and please if you can follow me as well.

Similar questions