From: tailor Date: Mon, 28 Nov 2005 01:59:58 +0000 (+0000) Subject: anda bien por lo visto X-Git-Tag: darcs_import~15 X-Git-Url: https://git.llucax.com/z.facultad/75.59/filosofos.git/commitdiff_plain/11a696834ceb7a7152af42ef0a088416c16541fc?ds=inline;hp=1e5706e940d3ead1978c60c803378bf73dd94f74 anda bien por lo visto --- diff --git a/src/filosofos2.py b/src/filosofos2.py index da6fa8b..37f2cd2 100644 --- a/src/filosofos2.py +++ b/src/filosofos2.py @@ -61,7 +61,6 @@ class filosofo(threading.Thread): self.dejarPalitoIzquierdo() self.dejarPalitoDerecho() - print 'Soy '+str(self.id)+' y solte los palitos' return True else: return False @@ -71,10 +70,16 @@ class filosofo(threading.Thread): def run(self): while not self.lleno(): + self.pensar() self.agarrarPalitoDerecho() self.agarrarPalitoIzquierdo() - if not self.comer(): - self.pensar() + self.comer() + +# while not self.lleno(): +# self.agarrarPalitoDerecho() +# self.agarrarPalitoIzquierdo() +# if not self.comer(): +# self.pensar() if __name__ == '__main__': if len(sys.argv) < 3: