Computer Science, asked by lokeshsingh61, 5 months ago

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 tyagicoolboy22
3

Answer:

a) foo\\bar

Explanation:

It's just a simple print statement

Similar questions