You are on page 1of 1

Mini project 0x03

-Write your own Calculator :


Your mission is to create a simple calculator can handle (+, -, *, /, **, %).
Please use what you’ve seen .
You’re not allowed to import any module.
You must use Error handling if the operator is not in (+, -, *, /, **, %).
The loop should still in a loop until the correct operators are given .
The entered Numbers should be in float format .

MATNSAX API DYAL CHATGPT

You might also like