程式中的資料型別(Data Types)

程式中的資料型別(Data Types)

int 整數

float 小數

bool 布林值 (只有兩種值True、False)

str 字串(需使用單引號  ' '  框起來)