Computer Science, asked by ravneet2706, 3 months ago

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 10thaekatachavan
0

Answer:

"c" (and any subsequent words) was ignored because we limit queries to 32 words.

Similar questions