Guest User

Untitled

a guest
Jan 23rd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. >>> def tree(): return defaultdict(tree)
  2.  
  3. The code shown above simply defines a tree that is a dictionary whose default values are trees.
Add Comment
Please, Sign In to add comment