Skip to content

Instantly share code, notes, and snippets.

@trivial-search
Created August 6, 2018 01:47
Embed
What would you like to do?
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