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â€) | |