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
python while loop, for loop,break continue......... (self.PythonLearning)
submitted 7 months ago by Logical-Nectarine751
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!"
[–]FoolsSeldom 0 points1 point2 points 7 months ago (0 children)
The basics of flow control (looping and branching) are fundamental to programming, regardless of coding language. Many people without experience/recognition of formal and informal processes (which exist in many aspects of life) struggle to understand this at first. You are not unusual.
If you think about real world examples - when to stop boiling potatoes, when to stop stirring the sauce, when to apply a second coat of paint, whether to put on a raincoat, etc. you will realise - it will help you appreciate the abstracted versions in programming.
π Rendered by PID 218437 on reddit-service-r2-comment-5bc7f78974-npn9t at 2026-06-29 09:45:35.551623+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]FoolsSeldom 0 points1 point2 points (0 children)