{"id":20641878,"url":"https://github.com/rogerisk/python-lists-and-dictionaries","last_synced_at":"2026-04-20T00:36:49.682Z","repository":{"id":244420177,"uuid":"815194714","full_name":"RogerIsk/python-lists-and-dictionaries","owner":"RogerIsk","description":"Python tasks that concentrates on working with lists and dictionaries","archived":false,"fork":false,"pushed_at":"2024-06-14T15:03:03.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T08:46:07.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RogerIsk.png","metadata":{"files":{"readme":"README-2.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T14:57:31.000Z","updated_at":"2024-06-14T15:09:50.000Z","dependencies_parsed_at":"2024-06-14T16:27:25.476Z","dependency_job_id":"93dcd8b3-57a0-4740-9fbb-912dfe6c876d","html_url":"https://github.com/RogerIsk/python-lists-and-dictionaries","commit_stats":null,"previous_names":["rogerisk/python-collections-grades"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogerIsk%2Fpython-lists-and-dictionaries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogerIsk%2Fpython-lists-and-dictionaries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogerIsk%2Fpython-lists-and-dictionaries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RogerIsk%2Fpython-lists-and-dictionaries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RogerIsk","download_url":"https://codeload.github.com/RogerIsk/python-lists-and-dictionaries/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242692348,"owners_count":20170228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T16:07:07.242Z","updated_at":"2026-04-20T00:36:49.645Z","avatar_url":"https://github.com/RogerIsk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task - Top 3 books\n\nYou have a dict with a list of book titles as keys and their sales numbers as values. Implement a method that prints the top 3 books from this dict to the screen.\n\n## Input:\n\n```python\nbooks = {\n  'Harry Potter And The Sorcerer\\'s Stone': 1241100000,\n  'Harry Potter And The Chamber Of Secrets': 771300000,\n  'Harry Potter And The Prisoner Of Azkaban': 65210000,\n  'Harry Potter And The Goblet Of Fire': 645600000,\n  'Harry Potter And The Order Of The Phoenix': 635600000,\n  'Harry Potter And The Half Blood Prince': 661300000,\n  'Harry Potter And The Deathly Hallows ': 652200000,\n}\n```\n\n## Output:\n\n```\n1.Harry Potter And The Sorcerer's Stone: 1241100000\n2.Harry Potter And The Deathly Hallows : 652200000\n3.Harry Potter And The Goblet Of Fire: 645600000\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerisk%2Fpython-lists-and-dictionaries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frogerisk%2Fpython-lists-and-dictionaries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frogerisk%2Fpython-lists-and-dictionaries/lists"}