Ejemplo n.º 1
0
    def Ejecucion(self):
        Gram.Ejecucion()
        if len(Lista) > 0:
            self.consola.insert('insert', Lista[0])
        else:
            return

        if len(Lista) > 0:
            self.consola.insert('insert', Lista[0])
        else:
            return
Ejemplo n.º 2
0
 def Ejecucion(self):
     Gram.Ejecucion()