Python基礎學習(六) ------ class 類 / Input 輸入

一.class 定義一個類 class 定義一個類, 後面的類別首字母推薦以大寫的形式定義,好比Calculator. class能夠先定義本身的屬性,好比該屬性的名稱能夠寫爲 name='Good Calculator'. class後面還能夠跟def, 定義一個函數. 好比def add(self,x,y): 加法, 輸出print(x+y). 其餘的函數定義方法同樣,注意這裏的self 是默
相關文章
相關標籤/搜索