‘\n’ is used to print the new value in the next line. true or false
Answers
Answered by
1
Answer:
true
Explanation:
Answered by
0
Answer:
The new line character in Python is \n . It is used to indicate the end of a line of text. You can print strings without adding a new line with end = <character> , which <character> is the character that will be used to separate the lines.
- true will be ans
Similar questions