print 调用 Python 中底层的什么方法?

print 方法默认调用 sys.stdout.write 方法,即往控制台打印字符串。

posted @ 2023-01-30 15:46  小涵豆  阅读(56)  评论(0)    收藏  举报