No 6:POO Python - Geogebra5 La recta

No 6:POO Python - Geogebra5 La recta PROGRAMACION ORIENTADA A OBJETOS CON PYTHON Y GEOEGBRA 5.0: En el evento clic del botón, debe escribirse este script orientado a objetos. class Recta: ....def __init__(self,a,b): ........self.a=a ........self.b=b ....def graficar (self): ........command(str(self.a)+'x' + '+' +str(self.b)+'y=' + '1') recta1=Recta(2,3) recta1.graficar() NOTA Este Applet contiene código Python, por tanto para que funcione bien, debe descargarse y ejecutarse localmente con Geogebra 5.0