Which of the following statement prints the shown output below?
The path of given file is C
\Python\story.txt
a) print(“The path of given file is c
\Python\story.txt”)
b) print(“The path of given file is c:”,”\Python”,”\story.txt”)
c) print(“The path of given file is c:\\Python\\story.txt”)
d) print(“The path of given file is c:”\”Python”\”story.txt”
Answers
Answered by
0
Answer:
"c" (and any subsequent words) was ignored because we limit queries to 32 words.
Similar questions