Два стоимости суммы в Swift

let x = 10
let y = 25
print("Sum of x and y = ", (x+y))
Competitive Programmer