Python學習——內建函數

標識 id 返回對象的唯一標識,CPython返回內存地址 哈希 hash() 返回一個對象的哈希值 類型 type() 返回對象的類型 類型轉換 float() int() bin() hex() oct() bool() list() tuple() dict() set() complex() bytes() bytearray() 輸入 input([prompt]) 接收用戶輸入,返回一
相關文章
相關標籤/搜索