Calculator Problem

Chris Angelico rosuav at gmail.com
Tue Feb 4 20:09:14 EST 2014


On Wed, Feb 5, 2014 at 11:53 AM, Roy Smith <roy at panix.com> wrote:
> In article <ed1c2ddd-f704-4d58-a5a4-aef13de88817 at googlegroups.com>,
>  David Hutto <dwightdhutto at gmail.com> wrote:
>
>> Can anyone point out how using an int as a var is possible
>
> one = 42
>
> (ducking and running)

In theory, there might be a Unicode character that's valid as an
identifier, but gets converted into U+0031 for ASCIIfication prior to
being sent by email. However, I can't find one :)

And of course, that assumes that the OP's mail client mangles its
input in that way. ASCIIfication shouldn't be necessary.

ChrisA



More information about the Python-list mailing list