var price = 30 var Price = 40 print(price) print(Price) // 輸出 "30" // 輸出 "40"
var myNumber3:Int myNumber3 + 1 //噴錯,因為沒有給值