5篇文章 · 1075字 · 1人關(guān)注
內(nèi)置函數(shù) abs()絕對(duì)值 cmp(x, y) # x < y --> -1 ## x == y --> 0 ## x > y --> 1 數(shù)...
***Dict Python內(nèi)置了dict類型扣草,以key-value存儲(chǔ),是一個(gè)hashable 可哈希的數(shù)據(jù)類型 Initialize: di...
if condition : statement elif: # else: statement Attention: ...
***List list是一個(gè)有序集合氨鹏,內(nèi)部元素的數(shù)據(jù)類型可以不一致 listexample = [var1, var2, var3 ...] ...
Python字符串基本操作 ord('A') # ascii code number of A cha(65) # ascii code of ...