Integers:Integers are a data type used to represent whole numbers without any decimal places. They can be positive, negative, or zero.
Strings:Strings are a data type used to represent sequences of characters, such as words or sentences. They are enclosed in quotation marks and can include letters, numbers, symbols, and spaces.
Boolean: Boolean is a data type that represents two possible values - true or false. It is often used for logical operations and decision-making in programming.