Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > fr.comp.lang.python > #3736
| Path | csiph.com!news.mixmin.net!aioe.org!FdrTMw7+RJa5kGNwdwd/KQ.user.46.165.242.91.POSTED!not-for-mail |
|---|---|
| From | Dominique <zzz@aol.com.invalid> |
| Newsgroups | fr.comp.lang.python |
| Subject | Re: Simplifier le programme |
| Date | Thu, 3 Feb 2022 06:20:04 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <stfom4$36m$1@gioia.aioe.org> (permalink) |
| References | <dLydnXMwVOCzfWf8nZ2dnUU7_83NnZ2d@giganews.com> <datetime-20220202214517@ram.dialup.fu-berlin.de> <3MmdnRwioJbLb2f8nZ2dnUU7_83NnZ2d@giganews.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Injection-Info | gioia.aioe.org; logging-data="3286"; posting-host="FdrTMw7+RJa5kGNwdwd/KQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 |
| X-Notice | Filtered by postfilter v. 0.9.2 |
| Content-Language | fr |
| Xref | csiph.com fr.comp.lang.python:3736 |
Show key headers only | View raw
Le 02/02/2022 à 22:06, overskill a écrit :
> Merci beaucoup à tous les deux, je ne savais pas qu'on pouvait faire aussi
> simple.
> Encore merci !
En repartant de ta base, tu pouvais aussi faire :
from datetime import *
month_day = [0,31,60,91,121,152,182,213,244,274,305]
day = today.day
month = today.month-1
print("Aujourd'hui, tu dois faire", day+month_day[month], "pompes")
Back to fr.comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar
Simplifier le programme OverSkill <nospam_kadiyogohector@gmail.com.invalid> - 2022-02-02 13:49 -0600
Re: Simplifier le programme Dominique <zzz@aol.com.invalid> - 2022-02-02 21:46 +0100
Re: Simplifier le programme overskill <nospam_kadiyogohector@gmail.com.invalid> - 2022-02-02 15:06 -0600
Re: Simplifier le programme Dominique <zzz@aol.com.invalid> - 2022-02-03 06:20 +0100
Re: Simplifier le programme overskill <nospam_kadiyogohector@gmail.com.invalid> - 2022-02-04 01:27 -0600
csiph-web