diff --git a/chapter2/exercise3.py b/chapter2/exercise3.py index af0709c..b2b7af9 100644 --- a/chapter2/exercise3.py +++ b/chapter2/exercise3.py @@ -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