On 2022-11-12 at 15:03:10 +0000, "Weatherby,Gerard" <[email protected]> wrote:
> Types are available if you want to use > them. https://www.pythontutorial.net/python-basics/python-type-hints/ Python has always been a strongly typed language. Recent changes have given it some level of static type checking in addition to the dyunamic typing. > From: Python-list <[email protected]> on > behalf of Pancho via Python-list <[email protected]> > Date: Friday, November 11, 2022 at 6:28 PM > To: [email protected] <[email protected]> > Subject: Re: Need max values in list of tuples, based on position > > That was one of the things I didn't like about Python. Lack of types and > subsequent loss of intellisense is the thing I find hardest to deal with. -- I can eat glass, it does not hurt me. Dan Sommers, http://www.tombstonezero.net/dan -- https://mail.python.org/mailman/listinfo/python-list
