Consider the following Python code. Which of the following statements are valid? Select all that apply.
```
t = (5, [10, 20], (30, [40, 50], (30,)))
```
Q2
26 Oct 2025
Programming in Python · Week 6
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,)))
```