What are built-in data types in Python?



What are built-in data types in Python?..

Answer / nashiinformaticssolutions

Numbers (int), floating-point numbers (float), strings (str), lists (list), tuples (tuple), dictionaries (dict), sets (set), and booleans (bool) are among the data types that are pre-installed in Python.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How do you delay in python?

0 Answers  


Among lists,sets,tuples which is faster?

0 Answers  


What is __init__.py for?

0 Answers  


Is indentation required in python?

0 Answers  


Why everything in python is an object?

0 Answers  






Explain how can you generate random numbers in python?

0 Answers  


What are the different types of reuest in python?

0 Answers  


Is python supports multithreading?

0 Answers  


Get the cartesian product of a series of lists?

0 Answers  


Who built the sphinx?

0 Answers  


What is the enumerate() function in python?

0 Answers  


Tell me is there a switch or case statement in python? If not then what is the reason for the same?

0 Answers  


Categories