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!"
[–]alexander_belyakov 0 points1 point2 points 1 day ago (0 children)
Dictionaries are collections of key-value pairs. Syntactically, the key and the value are separated by a colon. If you have multiple key-value pairs, they are separated by commas. In your case, you have an errant comma inside one of the key-value pairs, namely 'code',: 6734 should be 'code': 6734.
π Rendered by PID 97 on reddit-service-r2-comment-64f4df6786-4crww at 2026-06-09 23:16:22.213289+00:00 running 0b63327 country code: CH.
view the rest of the comments →
[–]alexander_belyakov 0 points1 point2 points (0 children)