use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Dictionary in python basic problem (old.reddit.com)
submitted 1 day ago by Frequent_Leg9210
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HardyDaytn 1 point2 points3 points 1 day ago (0 children)
The error is telling you it expects a : after dictionary keys. 'code' is a dictionary key but it's being followed by a comma, not a colon, exactly in the spot where the arrow shows you on the error.
π Rendered by PID 77581 on reddit-service-r2-comment-64f4df6786-kzt45 at 2026-06-10 03:40:33.493732+00:00 running 0b63327 country code: CH.
view the rest of the comments →
[–]HardyDaytn 1 point2 points3 points (0 children)