Assignment let constant = "Constant cannot be changed" var variable = "Variable can be changed later" var x,y: Int let x = 0, y = 0 Types