Python - Standard Library Usage
What is the output of this code?
result = 7 // 3 print(result)
result = 7 // 3 print(result)
// divides and returns the integer quotient without remainder.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions