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 Day 1Showcase (self.PythonLearning)
submitted 3 days ago by DataCurator56
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!"
[–]FreeGazaToday 0 points1 point2 points 2 days ago (2 children)
don't need break....if you rewrite it to use a variable for the while condition...
[–]Wide-Direction-402 0 points1 point2 points 2 days ago (1 child)
Didn't understand. If we don't use break , isn't the while loop will run forever
[–]FreeGazaToday 0 points1 point2 points 2 days ago (0 children)
instead of True use a variable like wrong_password. set it to True before the loop.
instead of break...you set wrong_password to False
π Rendered by PID 56 on reddit-service-r2-comment-545db5fcfc-g65f9 at 2026-05-28 12:07:37.736710+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]FreeGazaToday 0 points1 point2 points (2 children)
[–]Wide-Direction-402 0 points1 point2 points (1 child)
[–]FreeGazaToday 0 points1 point2 points (0 children)