Guest User

Untitled

a guest
Feb 5th, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. import difflib
  2.  
  3. m_list = ['ape', 'apple', 'peach', 'puppy']
  4. difflib.get_close_matches('appel', m_list, n=2)
Advertisement
Add Comment
Please, Sign In to add comment