Computer Science, asked by budakotiharsh, 5 months ago

/n <------------------------------ What dose this sign represent in python?
Please don't give any waste comment or answer...

Answers

Answered by tskrishnadev
1

Answer:

/n stand for a newline.

HOPE THIS IS HELPFUL

Answered by shaziafaisalshamsi14
1

newline is the answer..

EXPLANATION - :

In Python strings, the backslash "\" is a special character, also called the "escape" character. It is used in representing certain whitespace characters: "\t" is a tab, "\n" is a newline, and "\r" is a carriage return. ... This is called "escaping".

its the answer...

Similar questions