Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. elif choice == 3:
  2. for x in home.keys(): # Hämtar alla hem och itererar igenom dem
  3. for y in home[x]: # Checks all the animals in the shelter
  4. print(x, y.name, y.ID) # shows all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement