McqMate
Q. |
Which of the following statement prints hello\example\test.txt? |
A. | print(“hello\\example\\test.txt”) |
B. | print(“hello\\example\\test.txt”) |
C. | print(“hello\\”example\\”test.txt”) |
D. | print(“hello”\\example”\\test.txt”) |
Answer» B. print(“hello\\example\\test.txt”) | |
Explanation: \is used to indicate that the next |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet