【发布时间】:2022-01-12 20:30:52
【问题描述】:
我目前正在使用 PyCharm,当我在其中按 Enter 键时,我的字符串一直是字符串。它看起来像这样:
string = "Hello"
"keeps being here"
在 VS Code 中看起来像这样:
string = "Hello
its not here"
不幸的是,我不知道这叫什么,所以如果有人可以分享他们的知识,那就太好了。
【问题讨论】:
标签: visual-studio-code pycharm