Skip to content

Commit

Permalink
Update exercise3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-WEB-DEVELOPMENT authored Oct 27, 2017
1 parent 327c1c3 commit 0660cc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapter2/exercise3.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ def getUserposts(p1):
tag=post['tag']
url=post['url']
count=post['count']

user_dict[p1][tag]=tag
user_dict[p1][tag]=tag
user_dict[p1][tag][url]=url
user_dict[p1][tag][url][count]=count

Expand Down

0 comments on commit 0660cc9

Please sign in to comment.