Exec - Python programming tutorial

Publicado el: 24 mayo 2015
en el canal de: sentdex
39,519
515

This function supports dynamic execution of Python code. object must be either a string or a code object. If it is a string, the string is parsed as a suite of Python statements which is then executed (unless a syntax error occurs). [1] If it is a code object, it is simply executed. In all cases, the code that’s executed is expected to be valid as file input (see the section “File input” in the Reference Manual). Be aware that the return and yield statements may not be used outside of function definitions even within the context of code passed to the exec() function. The return value is None.
Source: https://docs.python.org/3.4/library/f...

sample code: http://pythonprogramming.net
http://hkinsley.com
  / sentdex  
http://sentdex.com
http://seaofbtc.com


En esta página del sitio puede ver el video en línea Exec - Python programming tutorial de Duración hora minuto segunda en buena calidad , que subió el usuario sentdex 24 mayo 2015, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 39,519 veces y le gustó 515 a los espectadores. Disfruta viendo!