costOf(shopping,costs) $R0: Int = 10 The return type of the function is ... costOf(basket items:[String], prices costs:[String:Int]) -> Int { . var cost = 0 ...
確定! 回上一頁