What is data type in python?



What is data type in python?..

Answer / Surender Singh Negi

In Python, a data type refers to a set of values that have similar properties and can be operated upon in a similar manner. Python has several built-in data types including integers (int), floating point numbers (float), strings (str), lists, tuples, dictionaries, booleans (True/False) and None.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the difference between old style and new style classes in python?

1 Answers  


What does while true do in python?

1 Answers  


What does return none mean in python?

1 Answers  


How do I generate random numbers in python?

1 Answers  


How can you pick a random item from a list or tuple in python?

1 Answers  


What is meant by“call by value” in python?

1 Answers  


What is the use of the break statement?

1 Answers  


What does the <self> keyword do?

1 Answers  


What is lambda? Why do lambda forms not have statements?

1 Answers  


What is the process of compilation and linking in python?

1 Answers  


What is for-else and while-else in python?

1 Answers  


What is final and super keyword difference between them?

1 Answers  


Categories