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 |
How you can minimize the memcached server outages in your python development?
Explain what is namespace in python?
Does python have private methods?
What is multithreading? Give an example?
What is the use of join() for a string rather than list or tuple method?
What is break in python?
What is a singleton design pattern?
Write a script to connect to MySql database using Python?
Point out the use of help() function?
How is inheritance and overriding methods are related in python?
What are mixins in python?
Mention the use of // operator in Python?