You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my_pet_1='pet'my_pet_1_type='cat'my_pet_1_noise='meow'my_pet_1_full_name='Snuffles McGruff'my_pet_2='pet'my_pet_2_type='cat'my_pet_2_noise='meow'my_pet_2_full_name='Snowpounce Flury'my_pet_3='pet'my_pet_3_type='cat'my_pet_3_noise='meow'my_pet_3_full_name='Snickers Snorkel'my_pets= [my_pet_1, my_pet_2, my_pet_3]
forpetinmy_pets:
# print full name of each pet
In your Notebook
Respond to the following
Write a quick description of how you would print out each of the pet's names.
Write down some other data structures you could use to make this easier.