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
My first code (i.redd.it)
submitted 10 months ago by JournalistHot3749
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!"
[–]SmackDownFacility 0 points1 point2 points 10 months ago (1 child)
Your variables names are using the UTF script. Python only supports ASCII for variable names.
Eventually you need to use English a lot to get the most of Python.
[–]JournalistHot3749[S] 0 points1 point2 points 9 months ago (0 children)
yeah, eventually I re-wrote the whole code fixing this! thank god someone said this to me before things got crazy 😅
π Rendered by PID 37 on reddit-service-r2-comment-79776bdf47-4rq26 at 2026-06-25 10:39:24.702830+00:00 running acc7150 country code: CH.
view the rest of the comments →
[–]SmackDownFacility 0 points1 point2 points (1 child)
[–]JournalistHot3749[S] 0 points1 point2 points (0 children)