Aslan

Guess the Output!
```python
x = [1, 2, 3, 4]

print(x[-1] + x[2])

```

5 months ago | [YT] | 3