An easy way to do this is by printing to stderr. You can do that like this: from __future__ import print_function # In python 2.7 import sys ...
確定! 回上一頁