3.2.Basic knowledges
1.Lines and Indented Block是使用{}來作為function或class區塊的畫分, 而是使用line indentation
在同一個block的code, line indentation的數量必須相同
error condition
2.Multi-Line Statements
Python中使用\作為連接換行
3.Comments (註解)
Python使用hash(#)
4.Waiting for the User
raw_input
Last updated