Answer Posted / glibwaresoftsolutions
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
Name a few methods for matching and searching the occurrences of a pattern in a given text string?
What does none mean in python?
What is class in python?
How do you get the current working directory using python?
What does this mean: *args, **kwargs? And why would we use it?
Why c++ is faster than python?
What are the different uses of help() and dir() functions in python?
What is += in python mean?
How does inheritance work in python?
What are python slots?
What is matplotlib for python?
What is list comprehension how to define it and when to use?
What is egg and wheel in python?
Is Python an easy-to-learn language
What is meant by“call by value” in python?