this post was submitted on 28 Feb 2024
636 points (97.2% liked)
Programmer Humor
20703 readers
632 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To insert a........ TAB. Not four or any n number of space but TAB
After years of ass-whopping by python interpreter for stray tab characters, I'm now mentally rejecting the existence of tab character in my computing devices.
Yep the ASCII table just goes 1, 2, 3, 4, 5, 6, 7, 9, 10, …
Isnt that only because you "mixed" spaces with tabs? I have had no issues with python and tabs with no spaces for intendation