Skip to content

Instantly share code, notes, and snippets.

@trivial-search
Created August 6, 2018 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trivial-search/19e7e92ca4095caf4258a39851b27ecf to your computer and use it in GitHub Desktop.
Save trivial-search/19e7e92ca4095caf4258a39851b27ecf to your computer and use it in GitHub Desktop.
def last_name(x):
return x.split()[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment