Computer Science, asked by sammehak529, 6 days ago

Write output for the following
a = ( 2, 4 ,3 ,4 ) b=(5, 8 ,9 ) t= a + b print ( t ) ​

Answers

Answered by 18985a0250
0

Answer:

(2, 4,3,4,5,8,9)

Explanation:

concatination

Similar questions