簡明Python學習筆記之二--第一個Hello word!

1.一個小程序:python   使用文本編輯器寫一個程序:小程序 #!/usr/bin/python #Filename: helloworld.py print 'Hello World!'   執行它:編輯器 [root@localhost ~]# python helloworld.py   Hello World! 2.考慮一下上個小程序如何工做的?ide #!/usr/bin/pyth
相關文章
相關標籤/搜索