python基礎 變量的輸入和輸出

input函數實現鍵盤的輸入:           Input_information = input('輸入你想要輸入的信息')           print(Input_information) 類型轉換函數 int(x) 將非int型變量轉變爲int型變量  float(x)將非float型變量轉變爲float型變量  變量的格式化輸出 %s -------------------》字符串
相關文章
相關標籤/搜索