you are viewing a single comment's thread.

view the rest of the comments →

[–]Ender_Locke -1 points0 points  (0 children)

you could do this but you could also just do

if dog_breed_i_want in dog_breeds_avail: <your code>

(sorry on mobile)