M

Mr. Dubey • 100.28K Points
Coach

Q. What is the output of the given code?
a=[["a","b"]]
b=[["e","a"]]
print a + b

  • (A) [["a", "b"], ["e", "a"]].
  • (B) [["2a", "b"], ["e"]].
  • (C) False
  • (D) Error
  • Correct Answer - Option(A)
  • Views: 103
  • Filed under category Ruby

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics