[程式]Python 初階各種資料型態
Python基本資料型態:
int, float, str, bool
Python基本資料型態:
tuple, list, set, dict
A beautiful day starts with a bright moon! Follow me 娜漾生活
Python基本資料型態:
int, float, str, bool
Python基本資料型態:
tuple, list, set, dict
下面為我python學習中所做的筆記,有關於Tiple, List, set, and dict的簡易函式
元組 ex: T3=()
元組 Tuple: 有順序、不能修改
len(元組): 有多少個元組
元組.index(欲搜尋元素): 尋找某元素第一次出現的位置
元組.count(欲搜尋元素):查詢元組中欲搜尋元素出現次數