2014年9月24日 星期三

[ Raspberry Pi(Embedded System)] - 自己學習 Raspberry Pi(樹莓派)19-實際操作紀錄2014/09/25

[ Raspberry Pi(Embedded System)] - 自己學習 Raspberry Pi(樹莓派)19-實際操作紀錄2014/09/25


 


在設備上測試撰寫 pyhon Shell:


$ gedit ./"hello python.py"


 


#!/usr/bin/env python
words = ["Hello ","python"]
for x in words:


print(x)


 


$ chmod +x ./"hello python.py"
$ ./"hello python.py"


 


 













 




沒有留言:

張貼留言