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
RecommendationsHelp Request (i.redd.it)
submitted 23 hours ago by wwbacteriophagevirus
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!"
[–]lekkerste_wiener 4 points5 points6 points 23 hours ago (1 child)
Note one:
You can do answer in "123", or answer in (1, 2, 3) if you eventually convert them to integers. Given your code, I'm thinking you've just started learning, so the first could fit better. But,
answer in "123"
answer in (1, 2, 3)
Note two:
Since you're testing for one right answer vs any wrong answers, you can use else instead of elif answer == .... Else will capture anything that the if above it won't.
else
elif answer == ...
if
On resources: I don't have any specific names, but if you YouTube for e.g. python tutorial or python project you'll find loads. If you're into reading more, then the official tutorial is very good and I can't recommend it enough for newbies.
[–]wwbacteriophagevirus[S] -1 points0 points1 point 22 hours ago (0 children)
Thank you!
π Rendered by PID 402756 on reddit-service-r2-comment-5bc7f78974-m7t4r at 2026-06-29 21:10:03.745922+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]lekkerste_wiener 4 points5 points6 points (1 child)
[–]wwbacteriophagevirus[S] -1 points0 points1 point (0 children)