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