> A calculator in Python with functions to perform arithmetic operations.
โ The first field will appear, asking you to enter the first number;
โ After the first, the second field will also ask for the second number;
โ Then the two numbers will be calculated in the four arithmetic operations.
Note: in multiplication and division, numbers will be calculated as powers and whole divisions, respectively.
โ Have a text editor on your computer;
โ Have Visual Studio Code or IDLE Python installed on your computer;
โ Access Google Colab and run it in a new notebook.
Created by Gabriel Ribeiro ๐จโ๐ป
