The file example.py is located inside the /src folder. This is to be used by students in the ESSA Junior developer course.
- The program accepts 4 types of operations.
- Clone the repository and run the program.
- Open src/example.py in your editor of choice and understand the code.
- Add an option to caculate the exponential value of two numbers.
- Commit the code with an appropriate commit message.
- Create a pull request to this repo when you are done.