Sujet : Re: 流派 (ryuuha) -- For example, in Python, some ppl like to use the { ... } style,
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : sci.lang.japan sci.lang comp.lang.miscDate : 07. Jul 2024, 22:27:39
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6f18b$gb6k$3@dont-email.me>
References : 1 2 3 4
User-Agent : Pan/0.158 (Avdiivka; )
On Sun, 7 Jul 2024 12:32:50 -0700, HenHanna wrote:
For example, in Python, some ppl like to use the
{ . . .
}
style, which i don't like because it takes up more (too many) lines
I prefer
{
. . .
}