What do you know about operators in python write any two types of arithmetic operator.
Answers
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
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