uccjshrimpton

Untitled

Jan 18th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //breedNode is an object of type node representing the root of the tree
  2.  
  3. name = input("Enter the name of a breed")
  4. breedNode = tree.root()
  5.  
  6. this is my code
Advertisement
Add Comment
Please, Sign In to add comment