Contents:
add_nums()
divide_nums()
multiply_nums()
subtract_nums()
This method will be used to add two numbers
num1 (int) – The first number
num2 (int) – The second number
The sum of two numbers
int
This method will be used to divide num1 by num2
The answer
This method will be used to multiply two numbers
The product of two numbers
This method will be used to subtract num2 from num1