Re: Python
Chris Angelico via Python-list <[email protected]> Thu, 18 Dec 2025 18:07:38 +1100
| Newsgroups | gmane.comp.python.general |
|---|---|
| Message-ID | <CAPTjJmqUR0nDWVTwhNmoObbnQbqf6w_42m771eaDCFgKr6D9AQ@mail.gmail.com> |
On Thu, 18 Dec 2025 at 18:01, c186282 <[email protected]> wrote: > Oh, I usually write "i=i+2". It's a bit more > clear and becomes the same code anyway. += > is more a 'C' thing. As are semicolons and /* */ comments. ChrisA