Why not `list.drop(1)` instead of `slice`?
# announcements
s
Why not
list.drop(1)
instead of
slice
?