Computer Science, asked by natsudragonaire777, 2 months ago

What will be the output?

Attachments:

Answers

Answered by BrainlyProgrammer
0

Given Cøde:

\sf \: t1=[1,3,5]\\ \sf \: t2=[[7,8]] \\ \sf \: t1.extend(t2) \\ \sf \: print(t1)

Answer:

  • [1,3,5,[7,8]]

Similar questions