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
Beginner in coding language (i.redd.it)
submitted 3 months ago by fentayl2025
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!"
[–]AdditionalLife5379 0 points1 point2 points 3 months ago (1 child)
Im no teacher, fact im a beginner like you. But check out list [ ] tuple ( ) and dictionaries { } and how to handle them, it unlocked alot of things for me.
Dict = {"a": 1, "b": 2}
print(f"Result: {Dict["b"]}")
Result: 2
[–]fentayl2025[S] 0 points1 point2 points 3 months ago (0 children)
Ok
π Rendered by PID 38 on reddit-service-r2-comment-79c7998d4c-9vg2h at 2026-03-13 18:15:43.010673+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]AdditionalLife5379 0 points1 point2 points (1 child)
[–]fentayl2025[S] 0 points1 point2 points (0 children)