Page 1 of 1

you are to write a calculator program in Python with the following: It must be at least 50 lines It must have the follow

Posted: Wed Apr 27, 2022 3:11 pm
by answerhappygod
you are to write a calculator program in Python with the
following:
It must be at least 50 lines
It must have the following functions:+,-,*,/, SQRT
work with decimal numbers.
It must be all text, no high resolution graphics
It must automatically copy the result to the operating system
clipboard
must work as a functional calculator
NOTE: Solutions that require installation of any
software will NOT be accepted NO Pyperclip.)