Python之路,Day1 - Python基礎1

內容網址

http://www.cnblogs.com/alex3714/articles/5465198.htmlhtml

本節內容

Python介紹

發展史

Python 2 or 3?

安裝

Hello World程序

變量

  1. 數字:int long float complex (long類型在python3.x中不存在)
  2. 布爾值:Boolean
  3. 字符串:str

用戶輸入

模塊初識

.pyc是個什麼鬼?

數據類型初識

數據運算

表達式if ...else語句

表達式for 循環

break and continue 

表達式while 循環

相關文章
相關標籤/搜索