On Thursday, April 23, 2020 at 7:14:16 PM UTC-7, DL Neil wrote:
> ... Is there a way to see all of the groups?
>
> Yes! Follow the link at the bottom of this email msg. Then follow the
> link at the bottom of this list's web-page ...
> --
> Regards =dn
Sorry, I don't see the link.
-deac33
--
h
On Thursday, April 23, 2020 at 7:11:47 PM UTC-7, DL Neil wrote:
> On 24/04/20 1:24 PM, Deac-33 Lancaster wrote:
> > I'm aware that you can find the type of a variable with
> > type(var)
> >
> > But are there Boolean operators in Python3.8 to test the data
On Thursday, April 23, 2020 at 6:47:04 PM UTC-7, DL Neil wrote:
> On 24/04/20 1:24 PM, Deac-33 Lancaster wrote:
> > I'm aware that you can find the type of a variable with
> > type(var)
> >
> > But are there Boolean operators in Python3.8 to test the data
On Thursday, April 23, 2020 at 6:46:14 PM UTC-7, Alan Bawden wrote:
> Deac-33 Lancaster writes:
>
> > I'm aware that you can find the type of a variable with
> >type(var)
>
> (Strictly speaking, variables don't have types. This gives you the type of
>
ChrisA,
Most awesome, thank you very much, I just couldn't find that in the docs.
Still learning!
Much thanks,
-deac33
--
https://mail.python.org/mailman/listinfo/python-list
I'm aware that you can find the type of a variable with
type(var)
But are there Boolean operators in Python3.8 to test the data type, e.g.
is_floate(var)
is_string(var)
etc. ?
(If this is the wrong group for this question, what group should I use.)
thanks much,
-deac33
--
https://mail.p