Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilycroft committed Dec 1, 2016
1 parent c9b9f78 commit ab8f2f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To practice object oriented programming (OOP), you're going to create a Person c

4. The `work_out` method should increment the person's happiness by two points, decrease their hygiene by three points, and return the Queen lyrics, "♪ another one bites the dust ♫".

5. The `call_friend` method should accept another instance of the Person class, or "friend". The method should increment the caller and the callee's happiness points by three. If Stella calls her friend Felix, the method should return "Hi Felix. It's Stella! How are you?"
5. The `call_friend` method should accept another instance of the Person class, or "friend". The method should increment the caller and the callee's happiness points by three. If Stella calls her friend Felix, the method should return "Hi Felix! It's Stella. How are you?"

6. Finally, the `start_conversation` method should accept two arguments, the person to start a conversation with and the topic of conversation.
* If the topic is politics, both people get sadder and the method returns "blah blah partisan blah lobbyist".
Expand All @@ -45,3 +45,5 @@ To practice object oriented programming (OOP), you're going to create a Person c
<p data-visibility='hidden'>View <a href='https://learn.co/lessons/oo-person' title='OO Person'>OO Person</a> on Learn.co and start learning to code for free.</p>

<p data-visibility='hidden'>View <a href='https://learn.co/lessons/oo-person'>Oo Person</a> on Learn.co and start learning to code for free.</p>

<p class='util--hide'>View <a href='https://learn.co/lessons/oo-person'>Oo Person</a> on Learn.co and start learning to code for free.</p>

0 comments on commit ab8f2f2

Please sign in to comment.