Skip to content

Implement simple arithmetic operations in Python#24

Open
gokulgokul87 wants to merge 1 commit into
Deepakraghavan01:mainfrom
gokulgokul87:patch-1
Open

Implement simple arithmetic operations in Python#24
gokulgokul87 wants to merge 1 commit into
Deepakraghavan01:mainfrom
gokulgokul87:patch-1

Conversation

@gokulgokul87

Copy link
Copy Markdown

• Addition: Adds two numbers

• Subtraction: Subtracts one number from another

• Multiplication: Multiplies two numbers

• Division: Divides one number by another (with error handling for division by zero)

• Addition: Adds two numbers

• Subtraction: Subtracts one number from another

• Multiplication: Multiplies two numbers

• Division: Divides one number by another (with error handling for division by zero)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant