Q. What is the default value of `end` in the `print()` function?
β
Correct Answer: (A)
'\n'
Explanation: The default value of `end` is a newline character (`\n`) in the `print()` function.