Computer Science, asked by govindsapate004, 11 months ago

write following expression in python​

Answers

Answered by shilewantshruti06
0

Answer:

In Python, operators are special symbols that designate that some sort of computation should be performed. The values that an operator acts on are called operands. A sequence of operands and operators, like a + b - 5 , is called an expression. Python supports many operators for combining data objects into expressions.

Answered by catcalyx
0

Answer:

In Python, operators are special symbols that designate that some sort of computation should be performed. The values that an operator acts on are called operands. A sequence of operands and operators, like a + b - 5 , is called an expression. Python supports many operators for combining data objects into expressions.

Similar questions