Re: Python
rbowman <[email protected]> 18 Dec 2025 00:52:35 GMT
| Newsgroups | comp.os.linux.misc,alt.folklore.computers,comp.lang.python |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 17 Dec 2025 22:13:21 +0000, Richard Kettlewell wrote: > If you prefer the comment markers to match the indentation of the whole > block, that works too: I keep it simple and use the first column, s/^/#/ in vim. s/^#// to make them go away.