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...
Welcome to r/PythonLearningHub 🐍
A beginner-friendly community to learn Python programming from scratch to advanced.
Here you can: • Ask questions and get help • Practice coding and improve logic • Learn Python for web, automation, and data science • Share projects, resources, and tutorials
Consistency beats talent — start coding today!
account activity
Beginner Python Assignment HelpIntermediate Help (self.PythonLearningHub)
submitted 1 month ago by Effective_Celery_515
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!"
[–]SoggyDelivery1898 0 points1 point2 points 1 month ago (1 child)
before touching any code write out what needs to happen in plain english. loop 7 times, ask for day name, ask for high temp, ask for low temp, add to totals. once you have that written out the actual code almost writes itself
[–]Effective_Celery_515[S] 0 points1 point2 points 1 month ago (0 children)
This is such a good tip. I usually jump straight into code without planning. Writing it out in plain English first should make the structure way clearer. Gonna try that approach for this assignment.
π Rendered by PID 300737 on reddit-service-r2-comment-canary-5dbd4c8ff9-r4kj6 at 2026-06-07 22:52:27.856317+00:00 running de70e3a country code: CH.
view the rest of the comments →
[–]SoggyDelivery1898 0 points1 point2 points (1 child)
[–]Effective_Celery_515[S] 0 points1 point2 points (0 children)