Exec - Python programming tutorial

Veröffentlicht am: 24 Mai 2015
auf dem Kanal: 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


Auf dieser Seite können Sie das Online-Video Exec - Python programming tutorial mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer sentdex 24 Mai 2015 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 39,519 Mal angesehen und es wurde von 515 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!