<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>PYTHON_Des exemples d&#39;activités en MPC by blin</title>
      <link>https://padlet.com/lionel_blin/python01</link>
      <description>Des scripts en ligne pour apprendre à coder</description>
      <language>en-us</language>
      <pubDate>2019-06-18 07:11:01 UTC</pubDate>
      <lastBuildDate>2025-09-25 12:50:46 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads.storage.googleapis.com/77239999/4fdb779318d54bfebe77994426010a18/shadok24.jpg</url>
      </image>
      <item>
         <title>Générer une liste d&#39;entiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368058184</link>
         <description><![CDATA[<div>list(range(N)) liste de tous les nombres entiers entre 0 et N -1</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste01" />
         <pubDate>2019-06-18 07:21:23 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368058184</guid>
      </item>
      <item>
         <title>Générer une liste d&#39;entiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368060058</link>
         <description><![CDATA[<div>list(range(N,M)) liste de tous les les nombres entiers entre N et M -1</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste02" />
         <pubDate>2019-06-18 07:29:48 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368060058</guid>
      </item>
      <item>
         <title>Générer une liste d&#39;entiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368061265</link>
         <description><![CDATA[<div>list(range(N,M,I)) liste de tous les nombres entiers entre N et M -1, avec un incrément donné I</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste03" />
         <pubDate>2019-06-18 07:38:07 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368061265</guid>
      </item>
      <item>
         <title>Générer une liste de nombres décimaux</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368063439</link>
         <description><![CDATA[<div>np.range(N,M,I) liste de tous les nombres décimaux entre N et M -1, avec un incrément donné</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste04" />
         <pubDate>2019-06-18 07:52:10 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368063439</guid>
      </item>
      <item>
         <title>Trier une liste de lettres, mots en fonction du nombre d&#39;apparitions</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368065880</link>
         <description><![CDATA[<div>Counter(liste).most_common()</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste05" />
         <pubDate>2019-06-18 08:09:05 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368065880</guid>
      </item>
      <item>
         <title>Trier une liste de nombre en fonction du nombre d&#39;apparitions</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368066735</link>
         <description><![CDATA[<div>Counter(liste).most_common()</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste06" />
         <pubDate>2019-06-18 08:15:46 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368066735</guid>
      </item>
      <item>
         <title>Faire une table de multiplication</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368296484</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile02" />
         <pubDate>2019-06-19 11:54:44 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368296484</guid>
      </item>
      <item>
         <title>Afficher une liste d&#39;entiers naturels</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368297298</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile01" />
         <pubDate>2019-06-19 12:01:53 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368297298</guid>
      </item>
      <item>
         <title>Afficher les premiers termes d&#39;une suite arithmétique</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368299693</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile03" />
         <pubDate>2019-06-19 12:20:09 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368299693</guid>
      </item>
      <item>
         <title>Afficher les premiers termes d&#39;une suite géométrique</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368303080</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile04" />
         <pubDate>2019-06-19 12:42:15 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368303080</guid>
      </item>
      <item>
         <title>Afficher les premiers termes d&#39;une suite géométrique avec une raison décimale</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368303266</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile05" />
         <pubDate>2019-06-19 12:43:32 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368303266</guid>
      </item>
      <item>
         <title>Liste de nombres</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368309240</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/liste11" />
         <pubDate>2019-06-19 13:21:57 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368309240</guid>
      </item>
      <item>
         <title>Liste de mots ou de lettres</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368311625</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/liste12" />
         <pubDate>2019-06-19 13:35:44 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368311625</guid>
      </item>
      <item>
         <title>Important !</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368313011</link>
         <description><![CDATA[<div>Tous ces exercices utilisent un interprèteur python en ligne, il faut donc une connexion satisfaisante.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-06-19 13:43:31 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368313011</guid>
      </item>
      <item>
         <title>Trier une liste de nombres par ordre croissant (utile en statistiques)</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368318668</link>
         <description><![CDATA[<div>liste.sort() ou sorted(liste)</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste13" />
         <pubDate>2019-06-19 14:03:33 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368318668</guid>
      </item>
      <item>
         <title>Trier une liste de nombres par ordre décroissant</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368321056</link>
         <description><![CDATA[<div>liste.sort(reverse = true) ou liste.sort(reverse=True)</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste14" />
         <pubDate>2019-06-19 14:17:13 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368321056</guid>
      </item>
      <item>
         <title>Les rudiments du module graphique &quot;turtle&quot;</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368327224</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/graphe01" />
         <pubDate>2019-06-19 14:52:16 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368327224</guid>
      </item>
      <item>
         <title>Les bases du module Turtle avec utilisation de boucles</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368329436</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/graphe02" />
         <pubDate>2019-06-19 15:06:48 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368329436</guid>
      </item>
      <item>
         <title>Dé à 6 faces : fréquence d&#39;un résultat </title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368789644</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/De-6-face-Frequence-d-un-resultat" />
         <pubDate>2019-06-23 09:35:48 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368789644</guid>
      </item>
      <item>
         <title>Le chiffrage de césar</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368789718</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet.com/padlets/6snqjt3gwe2g" />
         <pubDate>2019-06-23 09:37:35 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368789718</guid>
      </item>
      <item>
         <title>Lancers d&#39;un dé à six faces</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368790827</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/Le-hasard" />
         <pubDate>2019-06-23 10:00:04 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368790827</guid>
      </item>
      <item>
         <title>10 lancers de 10 dés à six faces</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368791141</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/Lancers-de-plusieurs-des-a-six-faces" />
         <pubDate>2019-06-23 10:06:28 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368791141</guid>
      </item>
      <item>
         <title>Tirage d&#39;un nombre au hasard</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368791993</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/hasard01" />
         <pubDate>2019-06-23 10:24:09 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368791993</guid>
      </item>
      <item>
         <title>Générer une liste aléatoire de nombres </title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368792574</link>
         <description><![CDATA[<div>Par exemple les résultats de 10 lancers de dés listés</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/hasard02" />
         <pubDate>2019-06-23 10:35:12 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368792574</guid>
      </item>
      <item>
         <title>Choisir au hasard un élément dans une liste de mots, de lettres ...</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368793442</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/hasard03" />
         <pubDate>2019-06-23 10:52:50 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368793442</guid>
      </item>
      <item>
         <title>Choisir au hasard un ou plusieurs éléments dans une liste</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368793643</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/hasard04" />
         <pubDate>2019-06-23 10:57:21 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368793643</guid>
      </item>
      <item>
         <title>Création d&#39;un jeu de cartes</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/368793863</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/Jeu-de-cartes" />
         <pubDate>2019-06-23 11:03:10 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368793863</guid>
      </item>
      <item>
         <title>Aires de solides usuels</title>
         <author></author>
         <link>https://padlet.com/lionel_blin/python01/wish/368809347</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@stefc29/aires-cylindre-pyramide" />
         <pubDate>2019-06-23 15:20:46 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368809347</guid>
      </item>
      <item>
         <title>Simuler une série de naissances </title>
         <author></author>
         <link>https://padlet.com/lionel_blin/python01/wish/368811543</link>
         <description><![CDATA[<div>Simuler au hasard une série de naissances et compter le nombre de filles</div>]]></description>
         <enclosure url="https://repl.it/@stefc29/naissance-au-hasard" />
         <pubDate>2019-06-23 15:48:03 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368811543</guid>
      </item>
      <item>
         <title>Gain et série de lancers d&#39;un dé</title>
         <author></author>
         <link>https://padlet.com/lionel_blin/python01/wish/368812259</link>
         <description><![CDATA[<div>Simuler un nombre de lancers d'un dé puis calculer le gain correspondant au jeu</div>]]></description>
         <enclosure url="https://repl.it/@stefc29/gain-de" />
         <pubDate>2019-06-23 15:58:27 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368812259</guid>
      </item>
      <item>
         <title>Fonction affine et image d&#39;un nombre</title>
         <author></author>
         <link>https://padlet.com/lionel_blin/python01/wish/368813130</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@stefc29/image-fct-affine" />
         <pubDate>2019-06-23 16:09:14 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368813130</guid>
      </item>
      <item>
         <title>Réciproque de Pythagore  </title>
         <author></author>
         <link>https://padlet.com/lionel_blin/python01/wish/368934731</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@stefc29/reciproque-pythagore" />
         <pubDate>2019-06-24 12:45:03 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/368934731</guid>
      </item>
      <item>
         <title>Médiane d&#39;une liste</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/405455194</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/mediane" />
         <pubDate>2019-11-01 14:50:33 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/405455194</guid>
      </item>
      <item>
         <title>générateur de liste de nombres aléatoires.décimaux</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/405471829</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/generateur-de-liste-de-nombres-aleatoiresdecimaux" />
         <pubDate>2019-11-01 15:18:27 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/405471829</guid>
      </item>
      <item>
         <title>Fonction affine et image d&#39;un nombre</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/409127055</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@stefc29/image-fct-affine" />
         <pubDate>2019-11-10 09:21:21 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/409127055</guid>
      </item>
      <item>
         <title>Afficher les premiers termes d&#39;une suite arithmétique</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/409127060</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile03" />
         <pubDate>2019-11-10 09:21:21 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/409127060</guid>
      </item>
      <item>
         <title>Afficher les premiers termes d&#39;une suite géométrique</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/409127061</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile04" />
         <pubDate>2019-11-10 09:21:21 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/409127061</guid>
      </item>
      <item>
         <title>Afficher les premiers termes d&#39;une suite géométrique avec une raison décimale</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/409127062</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/bouclewhile05" />
         <pubDate>2019-11-10 09:21:21 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/409127062</guid>
      </item>
      <item>
         <title>Choisir au hasard un élément dans une liste de mots, de lettres ...</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420141953</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/hasard03" />
         <pubDate>2019-12-05 11:12:29 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420141953</guid>
      </item>
      <item>
         <title>Choisir au hasard un ou plusieurs éléments dans une liste</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420141954</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/hasard04" />
         <pubDate>2019-12-05 11:12:29 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420141954</guid>
      </item>
      <item>
         <title>Simuler une série de naissances </title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420141955</link>
         <description><![CDATA[<div>Simuler au hasard une série de naissances et compter le nombre de filles</div>]]></description>
         <enclosure url="https://repl.it/@stefc29/naissance-au-hasard" />
         <pubDate>2019-12-05 11:12:29 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420141955</guid>
      </item>
      <item>
         <title>Gain et série de lancers d&#39;un dé</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420141956</link>
         <description><![CDATA[<div>Simuler un nombre de lancers d'un dé puis calculer le gain correspondant au jeu</div>]]></description>
         <enclosure url="https://repl.it/@stefc29/gain-de" />
         <pubDate>2019-12-05 11:12:29 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420141956</guid>
      </item>
      <item>
         <title>Les rudiments du module graphique &quot;turtle&quot;</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420141957</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/graphe01" />
         <pubDate>2019-12-05 11:12:29 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420141957</guid>
      </item>
      <item>
         <title>Les bases du module Turtle avec utilisation de boucles</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420141958</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/graphe02" />
         <pubDate>2019-12-05 11:12:29 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420141958</guid>
      </item>
      <item>
         <title>Liste de mots ou de lettres</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420144580</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/liste12" />
         <pubDate>2019-12-05 11:22:32 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420144580</guid>
      </item>
      <item>
         <title>Tuple</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420145372</link>
         <description><![CDATA[<div>fonction carré</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/tuple01" />
         <pubDate>2019-12-05 11:25:30 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420145372</guid>
      </item>
      <item>
         <title>Trier une liste de nombre en fonction du nombre d&#39;apparitions</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420146063</link>
         <description><![CDATA[<div>Counter(liste).most_common()</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste06" />
         <pubDate>2019-12-05 11:28:16 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420146063</guid>
      </item>
      <item>
         <title>Trier une liste de nombres par ordre croissant (utile en statistiques)</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420146106</link>
         <description><![CDATA[<div>liste.sort() ou sorted(liste)</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/liste13" />
         <pubDate>2019-12-05 11:28:25 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420146106</guid>
      </item>
      <item>
         <title>décomposition facteurs premiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420147425</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/decomposition-facteurs-premiers" />
         <pubDate>2019-12-05 11:32:54 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420147425</guid>
      </item>
      <item>
         <title>décomposition facteurs premiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420148219</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/decomposition-produit-facteurs-premiers" />
         <pubDate>2019-12-05 11:35:43 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420148219</guid>
      </item>
      <item>
         <title></title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420152716</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/77239999/61e3df546de7a9a3593a7632449bc778/1200px_Python_logo_notext_svg.png" />
         <pubDate>2019-12-05 11:51:51 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420152716</guid>
      </item>
      <item>
         <title>Vous pouvez déposer des documents ou des liens</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/420168211</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-12-05 12:46:04 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/420168211</guid>
      </item>
      <item>
         <title>tracé fonction</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/427606831</link>
         <description><![CDATA[<div>cosinus</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/courbe-cosinus-2" />
         <pubDate>2020-01-04 12:17:22 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/427606831</guid>
      </item>
      <item>
         <title>boîtes à moustaches</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/427607008</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/boite-a-moustache-2" />
         <pubDate>2020-01-04 12:19:24 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/427607008</guid>
      </item>
      <item>
         <title>histogramme</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/427607404</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/histogramme-3" />
         <pubDate>2020-01-04 12:26:33 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/427607404</guid>
      </item>
      <item>
         <title>Pair ou impair</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431594109</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/Pair-ou-impair" />
         <pubDate>2020-01-14 21:36:40 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431594109</guid>
      </item>
      <item>
         <title>Equation du second degré</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431594110</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/Equation-second-degre-simplifie" />
         <pubDate>2020-01-14 21:36:40 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431594110</guid>
      </item>
      <item>
         <title>Simulateur impôts</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431595095</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/simulateur-impots" />
         <pubDate>2020-01-14 21:39:17 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431595095</guid>
      </item>
      <item>
         <title>décomposition facteurs premiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431596619</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/decomposition-facteurs-premiers2" />
         <pubDate>2020-01-14 21:43:22 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431596619</guid>
      </item>
      <item>
         <title>binaire</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431597099</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/binaire" />
         <pubDate>2020-01-14 21:44:45 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431597099</guid>
      </item>
      <item>
         <title>trouver nombre premiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431597469</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/nombres-premiers" />
         <pubDate>2020-01-14 21:45:34 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431597469</guid>
      </item>
      <item>
         <title>liste nombre premiers</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431597870</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/liste-de-nombres-premiers" />
         <pubDate>2020-01-14 21:46:44 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431597870</guid>
      </item>
      <item>
         <title>polygones</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431599207</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/polygones" />
         <pubDate>2020-01-14 21:50:50 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431599207</guid>
      </item>
      <item>
         <title>fonction affine</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/431601870</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/fonctions-tuple" />
         <pubDate>2020-01-14 21:58:07 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/431601870</guid>
      </item>
      <item>
         <title>fonction</title>
         <author></author>
         <link>https://padlet.com/lionel_blin/python01/wish/435151607</link>
         <description><![CDATA[<div>Vérifier si un point appartient à une courbe</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/appartenance-dun-point-a-une-droite" />
         <pubDate>2020-01-23 15:21:05 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/435151607</guid>
      </item>
      <item>
         <title>Exerciseur sur les tables de multiplication</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/437576558</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://repl.it/@blinyo/Exerciseur-tables-1" />
         <pubDate>2020-01-29 14:51:56 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/437576558</guid>
      </item>
      <item>
         <title>Comparaison de deux fonctions</title>
         <author>lionel_blin</author>
         <link>https://padlet.com/lionel_blin/python01/wish/437584130</link>
         <description><![CDATA[<div>réalisation par groupe</div>]]></description>
         <enclosure url="https://repl.it/@blinyo/comparaison-de-deux-fonctions" />
         <pubDate>2020-01-29 15:00:17 UTC</pubDate>
         <guid>https://padlet.com/lionel_blin/python01/wish/437584130</guid>
      </item>
   </channel>
</rss>
