Question: In Python Write a function called dog that takes name, breed, age, and hasShots as parameters and returns a tuple that has those 4 items
In Python Write a function called dog that takes name, breed, age, and hasShots as parameters and returns a tuple that has those 4 items as elements. I should be able to call your dog function like this:
dog1 = dog(Fluffy, Mixed, 9, True)
Dog1 would hold the tuple that got returned
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
