Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python While Loop MCQ
⚠ Report ✓ Question Verified Copy Link
x, y = 2, 5 while y - x < 5: print(x*y, end=' ') x += 3 y += 4
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python While Loop MCQ