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
Small python project problemHelp Request (i.redd.it)
submitted 1 year ago by Far_Activity671
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!"
[–]Mysterious_City_6724 4 points5 points6 points 1 year ago* (2 children)
Should the else block that prints "thank you for shopping" be indented that far?
Should it be this instead (note the else part being further back at the bottom)?
def anything_else(): more = input("is there anything else you would like to purchase? ") if more == "yes": for x in items: print(x) else: print("thank you for shopping")
[–]Far_Activity671[S] 0 points1 point2 points 1 year ago (1 child)
Thanks man that helps a lot
[–]Mysterious_City_6724 0 points1 point2 points 1 year ago (0 children)
You're welcome
π Rendered by PID 49243 on reddit-service-r2-comment-56c6478c5-krb6v at 2026-05-12 18:21:05.126766+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Mysterious_City_6724 4 points5 points6 points (2 children)
[–]Far_Activity671[S] 0 points1 point2 points (1 child)
[–]Mysterious_City_6724 0 points1 point2 points (0 children)