I can't do `[].last()` and I have to do `personal_names[-1:]`? Is there a better way to get last element in python?
Post
January 24, 2020
January 24, 2020
I can't do `[].last()` and I have to do `personal_names[-1:]`? Is there a better way to get last element in python?