- A 26 11
- B 25 11
- C 25 10
- D 26 10
Python Programming Language MCQ Python While Loop MCQ
⚠ Report ✓ Question Verified Copy Link
x = 25
y = 10
while x < 26 and y < 11:
x = x + 1
y = y + 1
print(x,y)
Learn More MCQ Questions from Python Programming Language MCQ Python While Loop MCQ