On 2024-09-30 at 18:48:02 -0700,
Keith Thompson via Python-list <python-list@python.org> wrote:

> 2qdxy4rzwzuui...@potatochowder.com writes:
> [...]
> > In Common Lisp, you can write integers as #nnR[digits], where nn is the
> > decimal representation of the base (possibly without a leading zero),
> > the # and the R are literal characters, and the digits are written in
> > the intended base.  So the input #16fFFFF is read as the integer 65535.
> 
> Typo: You meant #16RFFFF, not #16fFFFF.

Yep.  Sorry.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to