你好,我想要这样的终端标准输出
>>> print('hello') hello >>> print # get terminal contents ''' >>> print('hello') hello '''
我想这样做
import sys print('Hello') print(sys.stdout)
但是它没有打印终端内容