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’)
AnswerAnswer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board