start:preparation:python:blocs
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| start:preparation:python:blocs [2025/02/28 07:25] – admin | start:preparation:python:blocs [2025/02/28 08:16] (Version actuelle) – [Resultat] admin | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| http:// | http:// | ||
| + | |||
| + | Programme = {{ : | ||
| {{ : | {{ : | ||
| + | |||
| + | === Python en mode blocs === | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | === Python en mode texte === | ||
| + | |||
| + | <code python exemple001.py> | ||
| + | import turtle | ||
| + | |||
| + | |||
| + | "" | ||
| + | |||
| + | 0 | ||
| + | |||
| + | turtle.reset() | ||
| + | duree = int(input(" | ||
| + | print(" | ||
| + | turtle.up() | ||
| + | turtle.color(" | ||
| + | turtle.width(5) | ||
| + | turtle.down() | ||
| + | while duree != 0: | ||
| + | turtle.forward(10) | ||
| + | turtle.right(10) | ||
| + | turtle.forward(10) | ||
| + | duree = duree - 1 | ||
| + | |||
| + | 0 == 0 | ||
| + | |||
| + | 0 == 0 | ||
| + | </ | ||
| + | |||
| + | === Resultat === | ||
| + | |||
| + | Question: **" | ||
| + | Indice : **durée = racine carre de 1296** | ||
| + | |||
| + | {{ : | ||
/home/chanteri/www/fablab37110/data/attic/start/preparation/python/blocs.1740723954.txt.gz · Dernière modification : de admin
