淺談python數據類型和用戶交互

整數(int)python

    1,2,........1000.....
ide

float:浮點數字符串

字符串(str)input

    在python中,用引號引發來的數據都是字符串
it

    name = 'ghl'
class

    單引號,雙引號,三引號 引發來沒有任何區別float

    msg = "My name is ghl  ,I'm 18 years old!"密碼

    三引號用於換行的字符串im

    QQ截圖20181013174543.png

    字符串能夠+ 與數字相乘
數據

布爾值(bool)

    用於邏輯運算的判斷

用戶交互input

    常見的輸入的帳號密碼等

    用戶交互input

    name = input('請輸入姓名: ')

相關文章
相關標籤/搜索