Path: ...!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Python Newsgroups: nemo.dev.client,fr.test Subject: =?UTF-8?B?UmU6IFRlc3QgY29wacOpLWNvbGzDqSA6IGNyb2lzw6kgTmVtbytMZWN0?= =?UTF-8?Q?eur_NTTP_=28classique=29?= Date: Wed, 11 Dec 2024 23:04:34 +0100 Organization: CCCP Lines: 31 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Wed, 11 Dec 2024 23:04:35 +0100 (CET) Injection-Info: dont-email.me; posting-host="0e6b054224bddeb996ba34193676fae0"; logging-data="1843391"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+uk9twwO55PcXXkDAWPw7s" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:10QAllkm0/XNc0fsoTZGFNOG1lc= Content-Language: en-US In-Reply-To: Bytes: 1734 Le 11/12/2024 à 22:56, Python a écrit : > Voyons un peu : > > > #include > > int main() { > >    for ( int i = 0; i < 5; i++ ) { >        for (int j = 0; j < 10; j++ ) { >            printf("(%d, %d) ", i, j); >        } >        printf("\n"); // passe à la ligne >    } > > } > > > (publi nemo.dev.client + fr.test) > > Copié collé (Thunderbird) à partir du message affiché : for ( int i = 0; i < 5; i++ ) { for (int j = 0; j < 10; j++ ) { printf("(%d, %d) ", i, j); } printf("\n"); // passe à la ligne }