Q. Which of the following statement prints hello\example\test.txt? (Solved)
1. print(“hello\\example\\test.txt”)
2. print(“hello\\example\\test.txt”)
3. print(“hello\\”example\\”test.txt”)
4. print(“hello”\\example”\\test.txt”)
- b. print(“hello\\example\\test.txt”)