Page 1 of 1

Python programing:

Posted: Fri Jul 01, 2022 5:46 am
by answerhappygod
Python programing:
Python Programing 1
Python Programing 1 (61.48 KiB) Viewed 31 times
Write a program in Python using tkinter that will create 400x400 window that will include the following: An .icon of your choice to replace original python feather icon. Title of the window as Simple Calculator Create a calculator that will take input from a user with values to perform at least two of the mathematical operations such as addition/subtraction/division/ or multiplications. Create a button called Calculate that will display the correct results. You can add any enhancements if you prefer (not required).