Question: python language, i'm only getting 6 out of ten questions correct and not sure where exactly i'm going wrong with my code Part I: Virtual
python language, i'm only getting 6 out of ten questions correct and not sure where exactly i'm going wrong with my code


Part I: Virtual Pet Frog (20 points) You are now the proud owner of a virtual pet a cute, green frog that leads a simple, yet somehow busy life. You will write some code that updates the frog's mood as he (or she) engages in certain activities. Write a function frog ) that takes the following arguments, in this order: mood: a positive integer that indicates the starting mood of the frog. A higher value indicates a happier mood. actions: a list of strings containing some combination of 'eat', 'work', 'play' and 'read If the action is 'play', then add 3 to the frog's current mood
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
