這學期的新課程 資訊網路
老師要我們上網自學python
由於我用mac 老師說有內建python
依照步驟
我到http://learnpythonthehardway.org/book/ex0.html
下載了textwrangler直接安裝後 出現在按F4的桌面
然後打開textwrangler
將 練習1 ( http://learnpythonthehardway.org/book/ex1.html )
print指令.....打在上面
然後File->save->把名字改成 ex1.py 存在桌面上
再打開終端機輸入 python ex1.py
卻出現 python: can't open file 'ex1.py': [Errno 2] No such file or directory