0
What is data types ??
I can do it
2 Respuestas
0
data type is what kind of data you store:
string: a sequence of characters "abcde"
integer: a number 3,4,2
float:a not complete number 1.2,1.0,2.0,3.333334
more complex data types:
list: [1,2,3,4] - a series of data types,you can a list of integers or a list of strings etc...
stack,queue.....