默认调用 sys.stdout.write() 方法
sys.stdout.write()
import sys sys.stdout.write("hello")
会在控制台打印:hello
hello