M

Mr. Dubey • 100.69K Points
Coach

Q. What will be the output of the following Python code? >>>print('new' 'line')

  • (A) error
  • (B) output equivalent to print ‘new\\nline’
  • (C) newline
  • (D) new line
Share

Explanation by: Mr. Dubey
string literal separated by whitespace are allowed. they are concatenated.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics