Q.

>>>print("A", end = ' ')

A. dcba
B. a, b, c, d
C. d c b a
D. d, c, b, a will be displayed on four lines
Answer» C. d c b a
Explanation: execute in the shell.
1.3k
0
Do you find this helpful?
7

Discussion

No comments yet