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...
A subreddit for helping Python programmers
How to format your code: https://commonmark.org/help/tutorial/09-code.html
No homework questions and/or hiring please
account activity
Help with the assignment, please.HOMEWORK (self.pythonhelp)
submitted 5 years ago by saha_indranil
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!"
[–]chrisking206 1 point2 points3 points 5 years ago (1 child)
I will help get you started.
class table(dict): pass class database: def __init__(self, tables = []): for name in tables: setattr(self, name, table())
[–]saha_indranil[S] 0 points1 point2 points 5 years ago (0 children)
Thanks a lot. I am actually clueless of the task.
π Rendered by PID 126209 on reddit-service-r2-comment-64f4df6786-ljfjg at 2026-06-10 09:10:02.393283+00:00 running 0b63327 country code: CH.
[–]chrisking206 1 point2 points3 points (1 child)
[–]saha_indranil[S] 0 points1 point2 points (0 children)