Escape Sequence Character in Python

                     Escape Sequence Character (\n)

                                    In Python. 









(\n) is a escape sequence character.

exmple:

print("Technical Sosa is a good boy. \n But is not a
wealthy person.")


By Technical Sosa:-

Comments