Which Of The Following Statement Prints Helloexampletesttxt #231
Which of the following statement prints hello\example\test.txt?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Strings - Python Strings - Quiz No.3.
Which of the following statement prints hello\example\test.txt?
print(“hello\example\test.txt”)
print(“hello\\example\\test.txt”)
print(“hello\”example\”test.txt”)
print(“hello”\example”\test.txt”)