Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~306 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Kushmitha

Hi everyone, I struck with this code for few day , please help me and thanks in advance . Write the class AddressBook so the following code works: c = AddressBook() c.add(name='ynon', email='ynon@ynonperek.com', likes='red') c.add(name='bob', email='bob@gmail.com', likes='blue') c.add(name='ynon', email='ynon@gmail.com', likes='blue') c.find_by(name='ynon') # returns: # [ # {'name': 'ynon', 'email': 'ynon@ynonperek.com', …

Member Avatar for rproffitt
-1
306