What does
do in python?



What does do in python?..

Answer / Vijay Kumar

In Python, a backslash (``) is an escape character. It allows you to include special characters like newline (n), tab (t), or other control characters in your strings without them being interpreted as such.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

List down some of the pdb commands for debugging python programs?

1 Answers  


What are all the operating system that python can run on?

1 Answers  


How we can copy an object in python?

1 Answers  


Is there a main in python?

1 Answers  


Why python is the best?

1 Answers  


How is exception handling done in python?

1 Answers  


How do I emulate os.kill() in windows?

1 Answers  


How do I know my python version?

1 Answers  


find max length of any given sublist?

1 Answers  


How do I watch a file for changes using python?

1 Answers  


What is a documentation string?

1 Answers  


Whenever you exit python, is all memory de-allocated?

1 Answers  


Categories