This project requires you to write a calculator program inPython with the following characteristics:
- It must be at least 50 lines of code (not includingcomments)
- It must have the following functions: +, -, *, /, SQRT
- It must be all text, no high resolution graphics
- It must copy the result to the operating system clipboard
- It must work as a functional calculator (calculations can beentered over and over)
This code works but it’s only 29 lines instead of the 50 Ineed…can someone please help me extend this further so there are50 lines of code? Like setting it up to where it will ask the userif they
OR
OR