Computer Science, asked by mokshitabbms191, 6 hours ago

What do you know about operators in python write any two types of arithmetic operator.

Answers

Answered by Ayansh3049X
2

 \huge\mathfrak\pink{Answer}

Arithmetic Operators

Arithmetic OperatorsOperator Description Syntax

Arithmetic OperatorsOperator Description Syntax+ Addition: adds two operands x + y

Arithmetic OperatorsOperator Description Syntax+ Addition: adds two operands x + y– Subtraction: subtracts two operands x – y

Arithmetic OperatorsOperator Description Syntax+ Addition: adds two operands x + y– Subtraction: subtracts two operands x – y* Multiplication: multiplies two operands x * y

Arithmetic OperatorsOperator Description Syntax+ Addition: adds two operands x + y– Subtraction: subtracts two operands x – y* Multiplication: multiplies two operands x * y/ Division (float): divides the first operand by the second x / y

Answered by sheetal9977
1

Answer:

Arithmetic Operators

OperatorDescriptionSyntax+Addition: adds two operandsx + y–Subtraction: subtracts two operandsx – y*Multiplication: multiplies two operandsx * y/Division (float): divides the first operand by the secondx / 

.

.

pls mark me as brainliest

Similar questions