(no title)
nice_byte | 10 days ago
the way python treats whitespace is a huge design mistake that has probably wasted like a century (if not more) worth of time across all users, on something really trivial.
nice_byte | 10 days ago
the way python treats whitespace is a huge design mistake that has probably wasted like a century (if not more) worth of time across all users, on something really trivial.
zzo38computer|10 days ago
However, spaces, line breaks, tabs, page breaks, etc are not normally tokens (and should not be tokens), but will separate tokens.
However, that is not the only issue with the syntax, although it is a significant one.
nice_byte|10 days ago
JamesTRexx|10 days ago
(edited several times to try to correct changes in formatting for an example here, but it's just screwed up :-/ )
liveoneggs|10 days ago