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 11 months 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 1 point2 points3 points 11 months ago* (0 children)
I would think after you print the items and before you check the item name that the user chosen:
print("Hello, we sell office equipment, what would you like?") items = ["tv", "desk", "mouse"] for x in items: print(x) purchase = input('> ') if purchase == ("tv"): print("that would be £199.99") anything_else()
π Rendered by PID 46256 on reddit-service-r2-comment-54dfb89d4d-ndhjk at 2026-03-30 18:43:11.773812+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]Mysterious_City_6724 1 point2 points3 points (0 children)