03:12 <alain_afpy> ERROR www(2) timed out
03:15 <alain_afpy> INFO www fixed
07:39 <josuebrunel> hello !!!
09:04 <jpcw> matin café
10:14 <matrixise> salut tlm
10:26 <afpy_user|63520> Bonjour, est-ce que vous pouvez m'indiquer comment demander dans un programme la saisie d'une liste, comme on le fait pour un entier: int(input()) ?
10:29 <linovia> raw_input().split(',') ?
10:29 <linovia> hello tout le monde
10:30 <afpy_user|63520> okay merci, je vais l'essayer.
10:38 <afpy_user|63520> On me dit que raw_input n'est pas défini.
10:39 <afpy_user|63520> NameError: name 'raw_input' is not defined
10:39 <afpy_user|63520> NameError: name 'raw_input' is not defined
10:39 <afpy_user|63520> NameError: name 'raw_input' is not defined
10:39 <afpy_user|63520> NameError: name 'raw_input' is not defined
10:41 <feth> (y en a seulement 4 ?)
10:41 <feth> matin !
10:42 <feth> afpy_user|63520: je te recommande le canal #python-fr pour discuter de programmation Python
10:42 <feth> et pour coller du texte, un site comme http://pastebin.ca/
10:43 <afpy_user|63520> Ah ok, et ce canal est dédié à quoi?
10:43 <bmispelon> afpy_user|63520: essaye avec "input" plutot que "raw_input" (raw_input c'est utilisé dans les vieilles versions de python)
10:45 <feth> afpy_user|63520: ce canal est celui de l'association, on parle Python parfois, mais beaucoup d'organisation :-)
10:45 <feth> (ou de café, le matin)
10:45 <afpy_user|63520> Okay merci.
11:47 <linovia> bmispelon: raw_imput a été supprimé de python3 ?
11:48 <bmispelon> linovia: c'est input qui a été supprimé et raw_input a été renommé en "input"
11:48 <linovia> bmispelon: ah, je ne savais pas. Merci :)