Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
Python Institute PCEP – Certified Entry-Level Python Programmer
/
Question #8
#8
Multiple Choice
Mark for review
What is the expected output of the following code?
print(list('hello'))
A.
hello
B.
[h, e, l, l, o]
C.
['h', 'e', 'l', 'l', 'o']
D.
['h' 'e' 'l' 'l' 'o']
E.
None of the above.
Reveal Answer
Previous
Question 8 of 480
Exam PCEP-30-02 Topic 1 Question 8
Back to all questions
Next
Sign In
Sign Up