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

Liste des GroupesRevenir à r puzzles 
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 )6HenHanna
10 Jun 24 `* Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )5Paul Rubin
13 Jun 24  `* Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )4Phil Carmody
14 Jun 24   `* Re: in Python: (101 102 103 201 202 203 301 302 303 401 402 403 )3candycanearter07
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