예제 #1
0
 def main(self):
     texto=Texto()
     texto.setTexto()
     self.convertir(texto.getTexto())
     self.imprimir()
     self.archivar()
예제 #2
0
 def ejecutar(self):
     texto=Texto()
     texto.setTexto()
     self.analisis(texto.getTexto())
     self.imprimir()
예제 #3
0
 def main(self):
     texto = Texto()
     texto.setTexto()
     self.imprimir(texto.getTexto())
예제 #4
0
 def ejecutar(self):
     texto=Texto()
     texto.setTexto()
     self.convertir(texto.getTexto())
예제 #5
0
 def main(self):
     texto = Texto()
     texto.setTexto()
     self.analizar_texto(texto.getTexto())
     self.imprimir()