Page 1 of 1

Which of the following statement prints hello\example\test.txt?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) print(“hello\example\test.txt”)
b) print(“hello\\example\\test.txt”)
c) print(“hello\”example\”test.txt”)
d) print(“hello”\example”\test.txt”)