- A 4
- B 48
- C 14
- D 12
Python Programming Language MCQ Python While Loop MCQ
⚠ Report ✓ Question Verified Copy Link
x = 1
y = 4
while x * y <= 10:
print(x, end='')
x += 1
y += 1
Learn More MCQ Questions from Python Programming Language MCQ Python While Loop MCQ