On 5/3/2024 9:56 AM, Johanne Fairchild via Python-list wrote:
How to discover what values produced an exception? Or perhaps---why
doesn't the Python traceback show the values involved in the TypeError?
For instance:
--8<>8---
(0,0) < 4
T
> On 3 May 2024, at 17:43, Tripura Seersha via Python-list
> wrote:
>
> Hi Team,
>
> I am working on an automation related to uninstalling and installing python
> versions on different windows servers.
>
> I have observed that uninstallation is working only with the account/login
> using
How to discover what values produced an exception? Or perhaps---why
doesn't the Python traceback show the values involved in the TypeError?
For instance:
--8<>8---
>>> (0,0) < 4
Traceback (most recent call last):
File "", line 1, in
TypeE
Lawrence D'Oliveiro writes:
> Assume you have an expression "s.replace('a','b').replace('c','d').
> replace('e','f').replace('g','h')". Its value is a string which
> is the value of s, but with "a" replaced by "b", "c" replaced by
> "d", "e" replaced by "f" and "g" replaced by "h". Ho
r...@zedat.fu-berlin.de (Stefan Ram) writes:
> Me (indented by 2) and the chatbot (flush left). Lines lengths > 72!
Is there a name for this kind of indentation, i.e. the stuff you are
writing not being flush left? It is sort of contrary to
what I think of as "normal" indentation. You seem to
Hi Team,
I am working on an automation related to uninstalling and installing python
versions on different windows servers.
I have observed that uninstallation is working only with the account/login
using which the python version is installed. But for automation, we are not
aware which account