

McqMate
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. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet