100//25 what is the output of these expression in python programming
Answers
Answered by
1
Answer:
An expression is an instruction that combines values and operators and always evaluates down to a single value. For example, this is an expression: >>> 2 + 2. The 2s are integer values and the + is the mathematical operator. This expression evaluates down to the single integer value 4.
Explanation:
Similar questions