Computer Science, asked by peddamalliramachandr, 18 days ago

Write a python program using operators

Answers

Answered by gaurinaresh11274
2

Answer:

Python Operators in general are used to perform operations on values and variables.

Explanation:

Arithmetic Operators.

Operator  Description                                           Syntax

–                 Subtraction: subtracts two operands     x – y

*                 Multiplication: multiplies two operands    x * y

Similar questions