Which of the following statement prints hello\example\test.txt?
Which of the following statement prints hello\example\test.txt? Correct Answer print(“hello\\example\\test.txt”)
\is used to indicate that the next \ is not an escape sequence.
মোঃ আরিফুল ইসলাম
Feb 20, 2025