Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- res = [word for word in mylist if len(word) == max([len(word) for word in mylist])][-1:]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement