recently i've been amazed by this python feature: ...
# language-proposals
d
recently i've been amazed by this python feature:
Copy code
mylist[-1] = 3.21 # Here, we refer to the last item.
what do you guys think? 🙂