in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )

Liste des GroupesRevenir à cl python 
Sujet : in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )
De : HenHanna (at) *nospam* devnull.tb (HenHanna)
Groupes : comp.lang.python rec.puzzles
Date : 10. Jun 2024, 01:42:02
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v45eka$3s5s4$2@dont-email.me>
User-Agent : Mozilla Thunderbird
     #    (101 102 103     201 202 203     301 302 303    401 402 403 )
print(  [ x+i    for x in range(100,401,100)   for i in range(1,4) ] )
is there another (simple) way to write this?

Date Sujet#  Auteur
10 Jun 24 * in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )8HenHanna
10 Jun 24 `* Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )7Paul Rubin
13 Jun 24  `* Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )6Phil Carmody
14 Jun 24   `* Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )5candycanearter07
14 Jun 24    +- Re: in Python: (101 102 103 201 ...) (Posting On Python-List Prohibited)1Lawrence D'Oliveiro
18 Jun 24    +- Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )1Peter J. Holzer
20 Jun 24    `* Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )2Phil Carmody
21 Jun 24     `- Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )1candycanearter07

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal