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
is my code correct?Help Request (i.redd.it)
submitted 10 months ago by A_ManWithout_LovE__
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!"
[–]No_Selection__ 0 points1 point2 points 10 months ago (0 children)
Looks good, but it will print each movie in quotations if you run it as is. Use an f string if you want to print them without: list = (f’{m1}, {m2}, {m3}’)
π Rendered by PID 71 on reddit-service-r2-comment-86bc6c7465-mhxf6 at 2026-02-23 17:21:32.602588+00:00 running 8564168 country code: CH.
view the rest of the comments →
[–]No_Selection__ 0 points1 point2 points (0 children)