Python Interview questions - arh
(Python version 3.9 or later version)
What would be the result of executing the following code?
-100 // 33
-3
-3.0
-4
-4.0
gk