What will be the output of following python statement:-
print(“foo\\bar”)
(a) foo\\bar (b) foo\bar
(c) “foo\\bar” (d) none of these
Answers
Answered by
3
Answer:
a) foo\\bar
Explanation:
It's just a simple print statement
Similar questions