Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一个 python 程序,例如。
i = input("some input: ")
读取输入,我在 nvim 中执行这个程序:
:!Python %
我收到一个错误
读取一行时的 EOF
但是,如果我在 vim 中执行完全相同的操作,则不会出现错误并且程序可以正常工作。
这是什么原因?