Answer Posted / hr@tgksolutions.com
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
How to read a 10gb (or larger) file size in python?
How would you create an empty numpy array in python?
How to reload a python module?
What is enumerate() explain its uses?
How will you check in a string that all characters are digits?
What is the difference between python 2 and python 3?
What is %s %d in python?
Why do we use __ init __ in python?
How are arguments passed by value or by reference?
What is distutils?
What are python libraries? Name a few of them.
Mention five benefits of using python?
What does __ name __ mean in python?
How manages to python handle memory management?
What is a repl in python?