1、string轉數字
import locale
locale . atoi( str )
2、建立函式
函式是可以呼叫(可能包含引數),執行某種行為並返回乙個值
>>>cllable( x )
false
>>>callable( y )
true
使用def定義乙個函式
return ' hello,' + name + ' ! '
這樣就定義了乙個hello函式
3、記錄函式
' calculates the square of the number x .'
return x*x
文件可以按如下方式訪問
square._doc_
'calculates the square of the number x.'
內建函式help很有用。在互動式直譯器中可以得到函式的資訊
help(square)
4、關鍵字引數和預設值、
5、收集引數
引數前的*把將所有的值放在乙個元組
6、反轉過程
7、作用域
除了全域性作用域,每個函式都會建立乙個作用域
8、遞迴
函式呼叫自身稱為遞迴
一步一步學cscope
告之 1,我不喜歡寫部落格 因為感覺太浪費時間 2,部落格能記住自己某階段學過的東西,而這些東西可能會很快的忘卻 所以我以後要學著在部落格上浪費時間 前言 本文件記錄了我今天 2007 11 9 下午學習cscope的一點收穫,特收錄部落格以作分享。在學習cscope過程中查閱了大量的文件,但發現適...
一步一步學Linq to sql
一步一步學linq to sql 一 預備知識 一步一步學linq to sql 二 datacontext與實體 一步一步學linq to sql 三 增刪改 一步一步學linq to sql 四 查詢句法 一步一步學linq to sql 五 儲存過程 一步一步學linq to sql 六 特性...
一步一步學RenderMonkey
rendermonkey的基本使用方法 用rendermonkey 進行shader開發 一 用rendermonkey 進行shader開發 二 rendermonkey製作photoshop特效 前言 rendermonkey作為shader開發利器而為人所熟知,我們可以專心於shader的編寫...