Computer Science, asked by shristibondia, 6 months ago

Find the error

L1=[3,4,5] [2]

L2=L1*3

print(L1*3.5)

print(L2)​

Answers

Answered by neeradasaganty68
1

Answer:

l2 is error

Explanation:

L2 shows error

Similar questions