+ 5
Esther STR is a string or character value and int is a numeric value
String is mainly represented in quotes
+ 4
str - string class object ex: "abc"
int - for integer ex: 5
+ 4
Esther ,
to get more experience with data types like string, int or float, you should select a programming language, start to learn from tutorials and do some practicing with the mentioned data types.