M
Q. What is the output of the given code?
a=[["a","b"]]
b=[["e","a"]]
print a + b
- Correct Answer - Option(A)
- Views: 103
- Filed under category Ruby
Discusssion
Login to discuss.