

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