tengo el siguiente código
Código
float a= (float) 280.00; PythonInterpreter interprete = new PythonInterpreter(); interprete.execfile("D:\\PYTHON\\Programa_cubo\\Materiales\\ACI.py"); PyObject resultado = interprete.eval("repr(resistencia(float(\"280\"),float(\"55\"),float(\"2\")))"); }
como puedo hacer para que la variable "a" sustituya al valor "float(\"280\")" que esta dentro del modulo resistencia, no tengo idea de programación lo he hecho por practicar
cualquier ayuda se les agradece.
· Los códigos deben ir en etiquetas GeSHi
>aquí las reglas del foro
-Engel Lex