Single Choice Not Set

QWhat will be the output after the following statements?
 
x = 'hello'
for i in x:
    print(i, end='')

ID: #3519 Python for Loop MCQ 432 views
Question Info
#3519Q ID
Not SetDifficulty
Python for Loop MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A h
  • B hello
  • C h e l l o
  • D i x
Correct Answer

Explanation

hello
No Previous Next Question

Share This Question

Challenge a friend or share with your study group.