gpt4 book ai didi

python - PyCharm 2016 : How to display result without print command (like console)?

转载 作者:行者123 更新时间:2023-11-28 18:29:01 26 4
gpt4 key购买 nike

我有一个 Python 命令:

(2.5).as_integer_ratio()

我想看结果:

(5, 2)

就像在命令行控制台中一样,但我不想在 PyCharm 中使用打印命令。

a = (2.5).as_integer_ratio()
print(a)

// Result:
// (5, 2)

我该怎么做?

最佳答案

全选或者选择代码块,然后右击,选择Execute selection in Console

特定于 Mac OS(El Captain):

命令+A,然后option+shift+E,你会在PyCharm的底部看到结果。

enter image description here

关于python - PyCharm 2016 : How to display result without print command (like console)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39021380/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com