24//4//4 outout using python expression
Answers
Answered by
2
Answer:
1
Explanation:
The priorities of operators in python are as followed:
- ()
- ^ or * *
- /, // , %, *
- +,-
Using that,
We solve it from right to left since the operands have same priority:
- 24//4//4
- 6//4
- 1
Answered by
2
Answer:
// is used for integer division
therefore your answer is as follows:
Similar questions
English,
3 months ago
Computer Science,
3 months ago
English,
9 months ago
Environmental Sciences,
9 months ago