在python里用print(print())为啥会得到两个结果

print() 函数的默认返回值为None
【在python里用print(print())为啥会得到两个结果】 你再套一个print 函数,就是输出这个默认值None.


    推荐阅读