我是新來的python編碼,我試圖在emacs中創建一個簡單的程序。開始Python Emacs&終端設置
print "Hello World"
def foo():
return "FOO"
def Bar():
return "BAR"
在終端中,我已經想出瞭如何運行官方的「HELLO WORLD」而不是方法。
$python Test.py #test.py is my file name
Hello World
現在,我該如何運行我的方法? Foo和酒吧
感謝
順便說一下,這與Emacs無關。 –