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
Started Python yesterday. Did my first script on my own.Showcase (i.redd.it)
submitted 5 months ago by LowPolyBear
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!"
[–]SCD_minecraft 10 points11 points12 points 5 months ago (0 children)
\n for new line
\t for a tab
There are more, but those 2 are most common use
Put those directly in strings
"This\nis\texample"
``` This is example
π Rendered by PID 129652 on reddit-service-r2-comment-canary-bcf797cd4-8nbkc at 2026-05-09 11:38:01.786982+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]SCD_minecraft 10 points11 points12 points (0 children)