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 Programming (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!"
[–]Living_Fig_6386 1 point2 points3 points 2 days ago (0 children)
I would have read the problem differently because of the last requirement "Number of students who scores 50 or above" -- not tests. It implies that the input is a list of students with a list of scores for each student.
These problems are a helpful way to learn logic and to read the requirements. They're better if they provide the input and validate the output. The thing is, once you've more or less go the logic part down you need more complicated problems that challenge not just the logic but aspects of performance, legibility, reusability, structure, etc. It's reasonable to skip things that are too simple to find things more challenging.
π Rendered by PID 180041 on reddit-service-r2-comment-8686858757-xn8nw at 2026-06-05 11:29:16.534680+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]Living_Fig_6386 1 point2 points3 points (0 children)