Level 1 Level 2 Level 3 Expert Level - Check My Answers
Integer
Data type for whole numbers.
Float
Data type for decimal numbers.
Casting
The act of changing from one data type to another.
String Concatenation
The act of joining character strings.
String
A data type that that is made up of characters. "Hello World"
List
A data structure to store multiple values.