I'm trying to create a basic calculator with Tkinter.
Basically the user types in the radius of a circle and then it should print out the diameter, circumference and the area of the circle.
I've been experimenting with Entry()
and .get()
but yeah i haven't found out anything yet about my problem.
Thanks a lot.