this post was submitted on 05 Sep 2023
1306 points (97.4% liked)
Programmer Humor
19480 readers
1678 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
spaces or tabs
4 Spaces, then one tab, then 3 spaces, then 2 tabs, then 2 spaces, then 3 tabs...
Python supports that (and I hate this)
Please elaborate (eg which standard is this defined in?)
Not any standard (and actually not at all something to do for real), but try it, it works
(you should be able to verify I used both tab and spaces f*cking bad way in this example, like I described)
Output:
That's really interesting. So does that mean the interpreter just checks whether the current line is more indented, less indented, or equal vs. the preceding, without caring by how much?