"Marko Rauhamaa" <[email protected]> a écrit dans le message de news:[email protected]...
"ast" <[email protected]>:

123.bit_length()
SyntaxError: invalid syntax

I fell into that trap myself.

CPython's lexical analyzer can't handle a dot after an integer literal
so you must add a space in between "123" and ".".


Marko

Indeed.

Maybe because of a confusion with the decimal point.

Thx
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to