Single Choice Not Set

QThe output of the expression [ chr(i) for i in [65, 66, 67] ] is _______.

ID: #3639 Python Functions MCQ 532 views
Question Info
#3639Q ID
Not SetDifficulty
Python Functions MCQTopic

Choose the Best Option

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

  • A ('A', 'B', 'C')
  • B ('a', 'b', 'c')
  • C ['A', 'B', 'C']
  • D ['a', 'b', 'c']
Correct Answer

Explanation

['A', 'B', 'C']

Share This Question

Challenge a friend or share with your study group.