摘要:
1.1 創(chuàng)建并運(yùn)行Python程序 1.2 Python的關(guān)鍵要素 數(shù)據(jù)類(lèi)型 : int; str:字符索引從 0 開(kāi)始. Python中基本的數(shù)據(jù)類(lèi)型是固定的。python中字符類(lèi)型就是長(zhǎng)度為1的字符串。 Eg:mystr = “Hello,World!” mystr[0] = ‘M’ #error 對(duì)象引用:objectReference = value,當(dāng)一個(gè)數(shù)據(jù)沒(méi)有被任何對(duì)象引... 閱讀全文
posted @ 2011-05-24 19:26
小蘇打
閱讀(197)
評(píng)論(0)
推薦(0)
浙公網(wǎng)安備 33010602011771號(hào)