📜  烧瓶控制台日志 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:18.399000             🧑  作者: Mango

代码示例2
import sys

print('This is error output', file=sys.stderr)
print('This is standard output', file=sys.stdout)