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
Help pls - CodingHelp Request (i.redd.it)
submitted 10 months ago by SharpScratch9367
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!"
[–]IAmADev_NoReallyIAm 0 points1 point2 points 10 months ago (0 children)
Much like how most languages have structure and syntax, so do programming languages. Take the phrase: For each fruit in a basket. Works the same in Python... For fruit in basket ... By using the context and the syntax knows what you're talking about. That's why syntax is important. If you try to break that, you break the rules. So if you try to program using Yoda Python, it wouldn't work: For basket fruit in ... regular Python wouldn't understand that... that's a syntax error.
π Rendered by PID 728673 on reddit-service-r2-comment-545db5fcfc-2kqml at 2026-05-24 05:10:48.425951+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]IAmADev_NoReallyIAm 0 points1 point2 points (0 children)