Examveda

What will be the output of the following Python code?
>>>print (r"\nhello")

A. a new line and hello

B. \nhello

C. the letter r and then hello

D. error

Answer: Option B


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python