1.

The following is displayed by a print function call:tomdickharrySelect all of the function calls that result in this output

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


Discussion

No Comment Found