Challenge 1: Mathematical Calculations
This challenge will test you on mathematical operations in python.
We'll cover the following
Problem Statement
Given a MathOp()
function, try the following mathematical calculations and print the output:
(3 / 2)
(3 // 2)
(3 % 2)
(3**2)
Output
The expected output:
Get hands-on with 1400+ tech skills courses.