Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Operator MCQ
⚠ Report ✓ Question Verified Copy Link
x = 10 y = 3 x //= y print(x)
Explanation:
x = 10 // 3
x = 3
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Operator MCQ