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
Is Python an easy-to-learn language
What is difference between list and set in python?
How do we execute python?
What is argument in a function?
What is the usage of enumerate () function in python?
Differentiate *args and **kwargs?
How do you use isalpha in python?
What is the interactive mode?
Why pandas is used in python?
What is a python mixin?
Why is python called python?
How to install python and prepare environment?
Define flask in python?
What does Django mean in Python?
What does ** (double star) and * (star) do for python parameters?