二十.python中的輸入函數(兩種方法)

1.input()函數輸入:python 格式: 變量名=input('請輸入文字說明')函數  input()函數會自動識別輸入內容的能力,經常使用於輸入Number(數字)類型使用,若要進行字符串輸入不建議使用3d #coding:utf-8 age = input('請輸入你的年齡:') print '你的年齡是%d歲' %age print type(age) name = input('
相關文章
相關標籤/搜索