Python-Quizzes | Python String Quiz | Question 13
Question 13: What is the output of the following program?
print ( 'C:\\inside C directory' ) |
(A) C:\inside C directory
(B) C:\\inside C directory
(C) inside C directory
(D) Error
Answer: (A)
Explanation: It will print the message while considering backslash as a special character.
Quiz of this Question
Please comment below if you find anything wrong in the above post