Sujet_5

parent f972e28a
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"texte_url = \"http://dramacode.github.io/markdown/moliere_avare.txt\"\n", "texte_url = \"http://dramacode.github.io/markdown/moliere_avare.txt\"\n",
"texte_file = \"moliere_avare.txt\"\n", "texte_file = \"moliere_avare.txt\"\n",
"if not os.path.exists(texte_file):\n", "if not os.path.exists(texte_file):\n",
" urllib.request.urlretrieve(texte_url,texte_file)\n" " urllib.request.urlretrieve(texte_url,texte_file)"
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment