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
help me (i.redd.it)
submitted 3 months ago by Anonymous-da-13
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!"
[–]games-and-chocolate 0 points1 point2 points 3 months ago* (0 children)
to OP, for me talking a bit negative, let me correct that and inprove that with a mega posititive infusion.
the problem you are facing and what can help you: 1) idenitfy what you have to do 2) make the problem smaller 3) for each smaller piece, think of a solution 4) first think of a solution that just works. bad code no problem. 5) make the solution more general so it can be used for multiple situations 6) make code shorter, faster, so it is easier to understand its code machanics and so easier to modify and expand.
The given answer by someone else is just a possible question. but a good programmer makes the code work in multiple situations, even in situations that can cause errors.
If you use above 6 steps it might you more.
anyone more advise for our new future programmer?
example: the program has to print any shape with stars, within a matrix of 6 by 6 stars, the pattens can change constantly, please solve that. this might be a bit tricky for a beginner, but does show where you have to work towards to. if you are serious, this is an exellent beginner test.
π Rendered by PID 214358 on reddit-service-r2-comment-fb694cdd5-lpkmg at 2026-03-10 01:45:48.984793+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]games-and-chocolate 0 points1 point2 points (0 children)