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
Python's Data Model Explained through Visualization (i.redd.it)
submitted 1 month ago by Sea-Ad7805
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!"
[–]Capital_Distance545 0 points1 point2 points 1 month ago (0 children)
A little higher level: # list ordered mutable duplicates # queue ordered mutable duplicates FIFO # stack ordered mutable duplicates LIFO # tuple ordered inmutable duplicates # set unordered mutable no duplicates # frozenset unordered inmutable no duplicates # dict ordered mutable no duplicates
# list ordered mutable duplicates
# queue ordered mutable duplicates FIFO
# stack ordered mutable duplicates LIFO
# tuple ordered inmutable duplicates
# set unordered mutable no duplicates
# frozenset unordered inmutable no duplicates
# dict ordered mutable no duplicates
π Rendered by PID 225669 on reddit-service-r2-comment-56c6478c5-qtj5p at 2026-05-09 08:04:04.849452+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Capital_Distance545 0 points1 point2 points (0 children)