Computer Science, asked by prince7234, 4 months ago

dash is a seprator used with print() function,to print the value in the next line.

Answers

Answered by Anna1127
2

Since the python print() function by default ends with newline. Python has a predefined format if you use print(a_variable) then it will go to next line automatically. But sometime it may happen that we don't want to go to next line but want to print on the same line.

Similar questions