Computer Science, asked by mohdaarfeen9, 8 months ago

What is the default value in end argument of the print function? *​

Answers

Answered by abhiy37
1

Explanation:

end is an optional parameter in print() function and its default value is '\n' which means print() ends with a newline. We can specify any character/string as an ending character of the print() function.

Similar questions