Vidyalelo
Python · Q28

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 28

Q28

The following is displayed by a print function call. Select all of the function calls that result in this output. tom dick harry

B.
print(”’tomdickharry”’)
C.
print(‘tom\ndick\nharry’)
Answer

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board