You can prove that by typing print range(1,13) at the python prompt and seeing what gets printed.
Esto puede comprobarse si tipeas print range(1,13) en la línea de comando de Python y te fijás qué aparece en la pantalla.
To check that it all works try executing the following piece of code (either at the Python prompt or by creating a separate test file).
Para comprobar que nuestro sistema funciona, probá ejecutar el siguiente código en la línea de comando de Python o creando un archivo separado.
Once the basic structure of a function is finalized, you can execute it by calling it from another function or directly from the Python prompt.
Una vez que la estructura básica de una función se finaliza, se puede ejecutar llamando desde otra función o directamente desde el indicador de Python.
Perhaps the quickest check to see whether command line editing is supported is typing Control-P to the first Python prompt you get.
Tal vez la forma más rápida de detectar si las características de edición están presentes es ingresar Control-P en el primer prompt de Python que aparezca.
Python is Interactive: This means that you can actually sit at a Python prompt and interact with the interpreter directly to write your programs.
Python is Interactive: Python es interactiva: Esto significa que usted realmente puede sentarse en el intérprete de Python e interactuar con el intérprete directamente a escribir sus programas.
Then at the Python prompt, try to import Django
From that python prompt, you have the same functionality as the python interpreter that runs inside the FreeCAD GUI, and normal access to all modules and plugins of FreeCAD, excepted the FreeCADGui module.
Desde ella tienes la misma funcionalidad que desde el interprete de Python que se ejecuta dentro del interfaz de usuario gráfico GUI de FreeCAD, y acceso normal a todos los módulos y plugins de FreeCAD, exceptuando el módulo FreeCADGui.