|
|
|
|
|
by crystalis
5834 days ago
|
|
Why does that matter? In brace language: if (condition) {{ code_1 }} code_2 In Python: if (condition):\n code_1 \n^H code_2 Unless your editor also knows when to place your close braces, and, haha, it doesn't and indeed can't, you have not even won a keystroke. |
|
It's got nothing about saving keystrokes.
And now, back to working on pass-infested Python code.