● Python is case-sensitive
例: print works ; PRINT doesn't
● Expressions & Statements:
例: Expression -
"Game Over"
Statement - print "Game Over"
● Sequence:
Sequences fall
into one of the two categories: mutable or immutable.
◎ Mutable means can be changed
◎ Immutable means can be changed
全站熱搜
留言列表