What is data types ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is data types ??

I can do it

19th Dec 2020, 4:00 PM
INDRAJIT GAMING
INDRAJIT GAMING - avatar
1 Answer
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.....
19th Dec 2020, 4:01 PM
INDRAJIT GAMING
INDRAJIT GAMING - avatar