Which of the following statement prints helloexample est.txt?
(a) print(“helloexample est.txt”)
(b) print(“hello\example\test.txt”)
(c) print(“hello”example”test.txt”)
(d) print(“hello”example” est.txt”)
(a) print(“helloexample est.txt”)
(b) print(“hello\example\test.txt”)
(c) print(“hello”example”test.txt”)
(d) print(“hello”example” est.txt”)
Right option is (b) print(“hello\example\test.txt”)
The best explanation: is used to indicate that the next is not an escape sequence.