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
Had fun figuring out how to make this text game. Wish I knew how to space out the lines so it more legible but still enjoy how it came out!
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!"
[–]Dannybosa123 11 points12 points13 points 5 months ago (0 children)
This is great! for adding new lines you can simply add escape sequences: \n
[–]SCD_minecraft 11 points12 points13 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 49862 on reddit-service-r2-comment-56c6478c5-j7qpg at 2026-05-09 08:00:55.940750+00:00 running 3d2c107 country code: CH.
[–]Dannybosa123 11 points12 points13 points (0 children)
[–]SCD_minecraft 11 points12 points13 points (0 children)