Julie added the comment:
Thank you Martin, makes sense now that I have read the documentation.
Julie
--
___
Python tracker
<http://bugs.python.org/issue31
New submission from Julie:
Multipy 16.1 by 100 or 1000 returns a result to 13 decimal places. See example
-
>>> 16.2*1000
16200.0
>>> 16.1*1000
16100.0002
>>> 16.1*100
1610.2
>>> 16.1*10
161.0
>>> 16.2*1000
16200.0
New submission from Julie Earls :
Hello-
I am trying to install a version of Python that includes Pythonwin and
is compatible with a 32-bit Winsows Vista computer. Can anyone tell me
which version works? I have tried several and so far no luck.
Thanks
--
components: Windows