Computer Science, asked by rauldonton9503, 2 months ago

Mention two features of print() function

Answers

Answered by durbhi
1

Answer:

The print() function sends the data to the output console.

Moreover, we get a space between the data as default for multiple arguments. You can change it using the optional argument sep.

print() function prints a newline at the end of the output as default. ...

An empty print() function prints a newline.

Answered by hasamkhan786
1
Print() function is used to print or display the value of variable. Print() function is a type of output function and display or print the data write in parenthesis.
Similar questions