python 學習知識點簡記

Python學習筆記   1. 輸出變量 「nihao {}」.formate(name)  ->  nihao  lirong  (name=lirong) print(「你的身高是:%d」%high)  %d:int   %s:string   2. 賦值 age = Input(「請輸入年齡」) #默認是string類型   3. 類型轉換 Age = Int(str)  #str -> i
相關文章
相關標籤/搜索