我在(defun l/cr-sanitise ()
"Make sure current buffer uses unix-utf8 encoding.
If necessary remove superfluous ^M. Buffer will need to be saved
for changes to be permanent."
(interactive)
(set-buffer-file-coding-system 'utf-8-unix)
(delete-trailing-whitespace)
(message "Please save buffer to persist encoding changes."))
的{{1}}中编写了一个简单的脚本。
我的代码:
Python3
当我通过键入Chromebook
然后输入文件名运行它时,命令提示符将显示。
print ("hello")
我认为我编写的代码是正确的,并且已经在线对其进行了检查。 如果有人可以帮助我,我将不胜感激。