My Python nitpick is that Python has long had a print *function* and not a print *statement*. This mistake happens so often that even LLMs routinely make it.
@AlSweigart But why *should* print() be a statement?
In many OO languages it’s a just method on some stdout object.
Perhaps GenAI makes that mistake because Python 2.x didn’t require the parens around the arguments to *print*.
@AlSweigart That claim is a bold statement. And a bold function, also.
On second thought it's rather italic. **statement** is a bold statement.