Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 430 Bytes

File metadata and controls

8 lines (7 loc) · 430 Bytes

Introduction-To-Python---PLP-Assignment

Performing basic mathematic calculations using python

Retuen values depending in the mathemaic operation used:

  1. Addition-Returns the sum of the two numbers
  2. Subtraction- Subtracts the second number from the first
  3. Multiplication- Returns the product of the first number and the second number
  4. Division- Returns the quotient when the first number is duvided by the second number