What are the built-in types available in python?



What are the built-in types available in python?..

Answer / Ravi Bhushan Mishra

Python has several built-in data types, including: Numbers (int, float, complex), Strings (str), Lists (list), Tuples (tuple), Dictionaries (dict), Booleans (True, False) and None.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How you can minimize the memcached server outages in your python development?

1 Answers  


Explain what is namespace in python?

1 Answers  


Does python have private methods?

1 Answers  


What is multithreading? Give an example?

1 Answers  


What is the use of join() for a string rather than list or tuple method?

1 Answers  


What is break in python?

1 Answers  


What is a singleton design pattern?

1 Answers  


Write a script to connect to MySql database using Python?

1 Answers  


Point out the use of help() function?

1 Answers  


How is inheritance and overriding methods are related in python?

1 Answers  


What are mixins in python?

1 Answers  


Mention the use of // operator in Python?

1 Answers  


Categories