pycharm中和jupyter中python代码写法一样吗?

2025-04-04 07:57:25
推荐回答(2个)
回答1:

jupyter能自动显示变量的值,放到pycharm里你必须print才能看到值

回答2:

有可能有些地方jupyter没加print吧