With the -c (command) argument (assuming your file is named foo.py ): $ python -c 'import foo; print foo.hello()'. Alternatively, if you don't care about ...
確定! 回上一頁