A

Admin • 833K Points
Coach

Q. What is the default value of `end` in the `print()` function?

  • (A) ' '
  • (B) ' '
  • (C) ''
  • (D) ' '
  • Correct Answer - Option(A)
  • Views: 27
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The default value of `end` is a newline character (`
`) in the `print()` function.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.