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 |
How do you delay in python?
Among lists,sets,tuples which is faster?
What is __init__.py for?
Is indentation required in python?
Why everything in python is an object?
Explain how can you generate random numbers in python?
What are the different types of reuest in python?
Is python supports multithreading?
Get the cartesian product of a series of lists?
Who built the sphinx?
What is the enumerate() function in python?
Tell me is there a switch or case statement in python? If not then what is the reason for the same?