Arithmetic Expressions | Operators Precedence in Python

Published: 18 April 2020
on channel: Soumyashree Sahoo
68
0

An expression is a combination of items, like variables, literals, operators, and parentheses, that evaluates to a value, like 2 * (x + 1). A common place where expressions are used is on the right side of an assignment statement, as in y = 2 * (x + 1).

A literal is a specific value in code like 2. An operator is a symbol that performs a built-in calculation, like +, which performs addition.


Watch video Arithmetic Expressions | Operators Precedence in Python online without registration, duration hours minute second in high quality. This video was added by user Soumyashree Sahoo 18 April 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 68 once and liked it 0 people.