Menu

gitpiper

head python Code Snippet in 2024

listbeginner

Last Updated: 23 April 2024

Returns the head of a list.

  • Use lst[0] to return the first element of the passed list.
def head(lst): return lst[0]
head([1, 2, 3]) # 1

python snippet similar to head For You in April 2024

Subscribe to our Newsletter

Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️

© 2024 GitPiper. All rights reserved

Rackpiper Technology Inc

Company

About UsBlogContact

Subscribe to our Newsletter

Subscribe to get resources directly to your inbox. You won't receive any spam! ✌️