Python program - Input two numbers and perform different arithmetic operation

Опубликовано: 14 Март 2026
на канале: ItzRafiq
106
5

Input two numbers and design a program that can perform the following functions:
Add the numbers
Subtract the numbers
Find the remainder when one number is divided by the other
Find the quotient when a normal division is performed
Find the quotient when an integer division is performed
Multiply the numbers