Answer Posted / 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 View All Answers
Does python have private variables?
Why do we use __ init __ in python?
What will be the output of ['!!welcome!!']*2?
What are attributes in python?
What types are iterable in python?
What does __name__=='__main__' in python mean?
What are python libraries?
Can we use else block with for loop? Answer with one example.
What are some common uses of Pickling in Python?
Is string iterable python?
List some pdb commands.
How is a .pyc file different from a .py file?
Explain the Meaning of a single and double underscore before an object name?
What is python metaclass?
What is the iterator protocol?