

InterviewSolution
Saved Bookmarks
1. |
what are data types ? How are they important ? |
Answer» Data types are consist of integers,strings,character,real,string,etc.Python offers numbers,strings,tuples,list dictionary,etcIt provide a way to handle different type of data in programming or to represent it...|<br>The real life data is of many types. So to represent various type of real life data programming language provide ways and facilities to handle these,which are known as data types. | |