logo

Crowdly

Browser

Add to Chrome

Consider the following Python code of 6 lines, with line numbers (not part of th...

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

Consider the following Python code of 6 lines, with line numbers (not part of the code) shown on the left.

1   a = 10

2   b = 20

3   c = 30

4   T = ("A","B","C")

5   (a,b,c) = (b,c,a)

6   T[1] = "b"

Which of the following statement is correct regarding the above code?

More questions like this

Want instant access to all verified answers on online.uom.lk?

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

Browser

Add to Chrome