$ python Python 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> b = True >>> isinstance(b,bool) True >>> isinstance(b,int) True >>> WTF! -- https://mail.python.org/mailman/listinfo/python-list
- bool and int Dino
- Re: bool and int Weatherby,Gerard
- Re: bool and int Weatherby,Gerard
- Re: bool and int MRAB
- Re: bool and int Chris Angelico
- Re: bool and int 2QdxY4RzWzUUiLuE
- Re: bool and int Chris Angelico
- Re: bool and int rbowman
- Re: bool and int 2QdxY4RzWzUUiLuE
- Re: bool and int Chris Angelico
- Re: bool and int 2QdxY4RzWzUUiLuE