- String: A group of letters that represent a sentence of a word. Defined by enclosing a text within a single " or double "" quotes.
- Integer: A whole number. No decimals.
- Float: A number that is allowed to use decimals.
- Boolean: Represents only one bit of information either true or false.
- Array: Stores data or a list of data. It can contain all types of data. Data in an array are separated by a comma in between them are enclosed within a square bracket.
- String
- Integer
- Float
- Boolean
- Array
This is my list and knowledge of data types
this is my list and knowledge of data types
data_type = "Integer"
data_type = "integer"