Q2.Consider the following Python code. Which of the following statements are valid? Select all that apply.
```
t = (5, [10, 20], (30, [40, 50], (30,)))
```
Save
Check
Details
Q2
26 Oct 2025
Q2.Consider the following Python code. Which of the following statements are valid? Select all that apply.
```
t = (5, [10, 20], (30, [40, 50], (30,)))
```