Path: csiph.com!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!cleanfeed3-a.proxad.net!nnrp6-1.free.fr!not-for-mail From: yves Subject: Re: Documentaire Newsgroups: fr.comp.lang.python References: <68b70406$0$12947$426a34cc@news.free.fr> <1097qgq$q1k0$1@dont-email.me> MIME-Version: 1.0 User-Agent: Pan/0.149 (Bellevue; 4c157ba) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 03 Sep 2025 15:11:35 GMT Lines: 15 Message-ID: <68b85aa6$0$16838$426a34cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 03 Sep 2025 17:11:35 CEST NNTP-Posting-Host: 37.65.63.51 X-Trace: 1756912295 news-4.free.fr 16838 37.65.63.51:15770 X-Complaints-To: abuse@proxad.net Xref: csiph.com fr.comp.lang.python:4316 Le Wed, 03 Sep 25 10:13:35 +0000, Python a écrit: > (au passage le choix de >>> comme prompt pour le REPR est calamiteux > pour Usenet, merci Guido !) >>> import sys >>> sys.ps1 = "Python >>> " Python >>> all( (_:= x) % 2 == 0 for x in (0, 2, 4, 7, 9, 8)) False Python >>> _ 7 @+ -- Yves