logo

Crowdly

Browser

Add to Chrome

Що виведе цей код: lst = [1, 2, 3] lst.append([3, 5]) lst.extend([3, 5]...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Що виведе цей код:

lst = [1, 2, 3]

lst.append([3, 5])

lst.extend([3, 5])

print(len(lst))

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome