Report Bug
Qus : What will the following code output? print(‘re\new’)
Qusनिम्नलिखित कोड आउटपुट क्या होगा? print(‘re\new’)

A. re\new
B. new
C. re new
D. re ew


Solution
D. re ew






Report Bug