How do you insert a line break in python?



How do you insert a line break in python?..

Answer / Manish Kumar Meena

You can insert a line break in Python using the 'n' character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is sys stdout flush ()?

1 Answers  


What is an abstract class in python?

1 Answers  


Is python case-sensitive?

4 Answers  


What is special about python?

1 Answers  


How do I run a python script?

1 Answers  


Does pandas recognize dates when importing data?

1 Answers  


Does return print in python?

1 Answers  


What does this mean: *args, **kwargs? And why would we use it?

1 Answers  


Explain the difference between `@staticmethod` and `@classmethod`.

1 Answers  


Is python statically typed or dynamically typed?

1 Answers  


What is python literal?

1 Answers  


What is a decorator?

1 Answers  


Categories