Re: Python told me a Joke (Posting On Python-List Prohibited)

Liste des GroupesRevenir à cl python 
Sujet : Re: Python told me a Joke (Posting On Python-List Prohibited)
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.python
Date : 03. Sep 2024, 00:01:52
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vb5ckg$30ieg$3@dont-email.me>
References : 1
User-Agent : Pan/0.160 (Toresk; )
On Mon, 02 Sep 2024 03:55:15 -0400, Alan Bawden wrote:

    >>> x,2,z == [1,2,3]
    (1, 2, False)

I wondered what was going on, until I realized that the three expressions
making up the restult tuple are

    x
    2
    z == [1, 2, 3]

[ Some people reading this will be tempted to explain what's really
  going on here -- it's not hard to understand.  But please remember
  that a joke is never funny if you have to explain it. ]

Damn. I always found it funny why I could never understand jokes. Now
you’ve told me why, I can never feel that any more ...

Date Sujet#  Auteur
2 Sep 24 * Python told me a Joke3Alan Bawden
2 Sep 24 +- Re: Python told me a Joke1Mild Shock
3 Sep 24 `- Re: Python told me a Joke (Posting On Python-List Prohibited)1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal