What is the default value in end argument of the print function? *
Answers
Answered by
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