1.

>>>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» D. d, c, b, a will be displayed on four lines


Discussion

No Comment Found