Python - Operators and Expression Evaluation
What is the output of the following code?
result = 17 // 4 print(result)
result = 17 // 4 print(result)
// divides and returns the largest whole number less than or equal to the result.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions