On Sunday, September 2, 2018 at 1:12:17 AM UTC+8, moh...@gmail.com wrote:
> All,
>
> I m trying to run this small script to find the lowest of the given array of
> numbers. The script works fine for various combination of inputs but fails in
> a weird way for a particular set of inputs, can anyo
HI,
CSV has no cells, but you can use csv module from standard lib
https://docs.python.org/3/library/csv.html
and you can get 7th data from the first row (as A means the first row)
__george__
ezt írta (időpont: 2018. szept. 1., Szo, 20:24):
> how to get a value from CSV specific cell (A7) than
how to get a value from CSV specific cell (A7) thanks
--
https://mail.python.org/mailman/listinfo/python-list
On Sat, 1 Sep 2018 10:11:59 -0700 (PDT), moha...@gmail.com wrote:
> All,
>
> I m trying to run this small script to find the lowest of the given
> array of numbers. The script works fine for various combination of
> inputs but fails in a weird way for a particular set of inputs, can
> anyone point
On 9/1/18 1:11 PM, moha...@gmail.com wrote:
All,
I m trying to run this small script to find the lowest of the given array of
numbers. The script works fine for various combination of inputs but fails in a
weird way for a particular set of inputs, can anyone point the mistake in the
script an
On Fri, 31 Aug 2018 12:51:58 -0600, Malcolm Greene wrote:
> Thanks for the replies! I'm going to investigate the use of
> python-gnupg which is a Python wrapper for the GPG command line
> utility. This library is based on gpg.py written by Andrew Kuchling.
> I'm all ears if f anyone has any altern
On Sat, Sep 1, 2018 at 1:26 PM duncan smith wrote:
>
> On 01/09/18 18:11, moha...@gmail.com wrote:
> > All,
> >
> > I m trying to run this small script to find the lowest of the given array
> > of numbers. The script works fine for various combination of inputs but
> > fails in a weird way for a
On 01/09/18 18:11, moha...@gmail.com wrote:
> All,
>
> I m trying to run this small script to find the lowest of the given array of
> numbers. The script works fine for various combination of inputs but fails in
> a weird way for a particular set of inputs, can anyone point the mistake in
> the
All,
I m trying to run this small script to find the lowest of the given array of
numbers. The script works fine for various combination of inputs but fails in a
weird way for a particular set of inputs, can anyone point the mistake in the
script and the behavior.
Script
x = input ("Enter the
On Sat, 1 Sep 2018 at 12:31, Frank Millman wrote:
>
> "Frank Millman" wrote in message news:pm3l2m$kv4$1...@blaine.gmane.org...
> >
> > I know about this gotcha -
> >
> > >>> x = 1.1 + 2.2
> > >>> x
> > 3.3003
> >
> [...]
>
> I have enjoyed the discussion, and I have learnt a lot abou
On Sat, 01 Sep 2018 13:27:59 +0200, Frank Millman wrote:
from decimal import Decimal as D
f"{D('1.1')+D('2.2'):.60f}"
> '3.3000'
'{:.60f}'.format(D('1.1') + D('2.2'))
> '3.300
"Frank Millman" wrote in message news:...
"Frank Millman" wrote in message news:pm3l2m$kv4$1...@blaine.gmane.org...
I know about this gotcha -
>>> x = 1.1 + 2.2
>>> x
3.3003
[...]
I have enjoyed the discussion, and I have learnt a lot about floating point.
Thanks to all.
I
Same problem, Win7, Unchecking "Install launcher for all users" sorted things.
Thanks for the advice.
--
https://mail.python.org/mailman/listinfo/python-list
13 matches
Mail list logo