Int // Integer in swift
// create integer type variable var number: Int = 3 print(number) // Output: 3