Using 1/3 as an example,
>>> 1./3
0.
>>> print "%.50f" % (1./3)
0.1482961625624739099293947219848633
>>> print "%.50f" % (10./3)
3.33348136306995002087205648422241210938
>>> print "%.50f" % (100./3)
33.33570180911920033395290374755859375000
On 13.Nov.20.Wed 14:02, Steven D'Aprano wrote:> Hi Kay,
>
> You emailed me off-list, but your email address is bouncing or
invalid,
> so I have no way to email you back.
So THAT's where it went! Sorry about that...yes, it WAS meant
for the group :/!
> [you wrote]
> Okay,but after I import "