0 votes
in Python by
Read the Following code:

>>> print (r"\njavat\npoint")  

What will be the output of this statement?

i) java

ii) point

iii) java point

iv) \njavat\npoint

v) Print the letter r and then javat and then point

Related questions

+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
...