Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python While Loop MCQ
⚠ Report ✓ Question Verified Copy Link
x = 25 y = 10 while x < 26 and y < 11: print(x,y) x = x + 1 y = y + 1
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python While Loop MCQ