- A h
- B hello
- C h e l l o
- D i x
Python Programming Language MCQ Python for Loop MCQ
⚠ Report ✓ Question Verified Copy Link
x = 'hello'
for i in x:
print(i, end='')
Learn More MCQ Questions from Python Programming Language MCQ Python for Loop MCQ