A

Admin • 832.27K Points
Coach

Q. What is the result of `'a' + 'b'`?

  • (A) ab
  • (B) a b
  • (C) a+b
  • (D) Error
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

String concatenation using `+` joins strings without a space.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.