Single Choice Not Set

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

ID: #3525 Python for Loop MCQ 279 views
Question Info
#3525Q ID
Not SetDifficulty
Python for Loop MCQTopic

Choose the Best Option

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

  • A x z y
  • B xzy
  • C False
  • D True
Correct Answer

Explanation

xzy

Share This Question

Challenge a friend or share with your study group.