Challenge 1: Mathematical Calculations

This challenge will test you on mathematical operations in python.

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 1200+ tech skills courses.