Why can raw strings (r-strings) end with a backslash? 6.30.
Why can’t I use an assignment in an expression? —————————————————————————- 6. Python’s design —————————————————————————- 6.1. Why isn’t there a switch or case statement in Python? You can do this easily enough with a sequence of if… elif… elif… else. There have been some proposals for switch statement syntax, but there is no consensus (yet) on whether and how to do range tests. —————————————————————————- 6.2. Why does Python use indentation for grouping of statements? Basically I believe that using indentation for grouping is extremely elegant and contributes a lot to the clarity of the average Python program. Most people learn to love this feature after a while.