MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statement prints hello\example\test.txt ? |
| A. | print(“hello\example\test.txt”) |
| B. | print(“hello\\example\\test.txt”) |
| C. | print(“hello\”example\”test.txt”) |
| D. | print(“hello”\example”\test.txt”) |
| Answer» C. print(“hello\”example\”test.txt”) | |