pycharm中type函数不显示结果,运行框里空空如也
type(10)
print(type(10))
你这是jupyter 的习惯哈哈哈哈。你也可以不用改,但是得在调试的时候这么打,调试加了print()反而没显示。