SO's Google code prettify on python wrongly handles // (floor division) as a C-style comment, as noted here, even when the question is tagged python.
Here is a more recent example from this SO question:
a[:len(a)//3*3]
|
SO's Google code prettify on python wrongly handles Here is a more recent example from this SO question:
|
|||||||||
|
|
Because Python is a "webby" language, and code snippets in those posts tend to contain a mixture of
The syntax highlighting mode for the all questions tagged python is set to default, that is, infer. If you wish to override it, you can add the following hint above a code block.
Per http://stackoverflow.com/editing-help#syntax-highlighting |
|||||||||
|