Advertisement
Jaracara11

Untitled

Feb 21st, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1.  list_food = [
  2.         (r'C:\Chocolate', 'choco*'),
  3.         (r'C:\Coffe', '*coff*'),
  4.         (r'C:\Bananas', '*bana*')
  5.         ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement