Aslan
Guess the Output!```pythonx = [1, 2, 3, 4] print(x[-1] + x[2]) ```
5 months ago | [YT] | 3
@0Soldier-of-Allah0
Always correct because I'm a software engineer 😂😂🤫
5 months ago | 1
View 1 reply
Aslan
Guess the Output!
```python
x = [1, 2, 3, 4]
print(x[-1] + x[2])
```
5 months ago | [YT] | 3