Computer Science
What is the value of the expression 100 // 25?
- 4
- 4.0
- 2.5
- none of these
Python Data Handling
25 Likes
Answer
4
Answered By
3 Likes
Related Questions
Python operator always yields the result of .......... datatype.
What is the value of the expression 100 / 25?
In Python, a variable must be declared before it is assigned a value.
In Python, a variable is assigned a value of one type, and then later assigned a value of a different type. This will yield .......... .