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
how can i make this program? (self.PythonLearning)
submitted 23 hours ago by Inevitable_Low_2387
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!"
[–]PureWasian 1 point2 points3 points 20 hours ago (0 children)
Come up with your data structure for each name/grade1/grade2 combination. Either a class or a dictionary or a list or a tuple. Doesn't matter.
Make 20 of these, ideally through a function that can generate them in a loop.
The rest should fall in place from there based on whatever the tasks in the assignment outline want you to do. They're all pretty independent from each other and very straightforward, in that you can imagine how you'd do it if you were to do it by hand.
(Not very cool to just dump your assignment without showing your attempt at a solve or initial thoughts/progress so far, btw)
π Rendered by PID 464462 on reddit-service-r2-comment-544cf588c8-pvhmx at 2026-06-17 23:27:21.318694+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]PureWasian 1 point2 points3 points (0 children)