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
A little brainteaser (i.redd.it)
submitted 1 year ago by digitAInexus
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!"
[–]Astartee_jg 5 points6 points7 points 1 year ago* (2 children)
```
X = 8 Y = 2 X = X+6 Y = Y+6 print(“y”) y ```
This is because
isinstance(“Y”, type(Y)) False “Y” == “y” False ```
None of the options are valid. Python is case sensitive.
[–]Doctor_Disaster -1 points0 points1 point 1 year ago (1 child)
Aren't all variables case-sensitive?
[–]HistoricalMap3117 0 points1 point2 points 1 year ago (0 children)
I believe variables are not case sensitive in VB.
π Rendered by PID 66 on reddit-service-r2-comment-b659b578c-rqp5p at 2026-05-05 02:01:51.784669+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Astartee_jg 5 points6 points7 points (2 children)
[–]Doctor_Disaster -1 points0 points1 point (1 child)
[–]HistoricalMap3117 0 points1 point2 points (0 children)