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
How is python interpreted language?
What are python templates?
How can you dynamically create variables in python via a while loop?
Mention the use of the split function in Python?
What are the differences between del keyword and clear() function?
does recursion cause any trouble?
How to get class name of an instance in Python?
Why python is better than r for data science?
What is python idle used for?
Explain split() and join() function.
Write a program to find the given string in the line?
Python How to create a multidimensional list?
Tell me what is dict and list comprehensions are?
How is it possible to share global variables across various modules?
How do I do variable variables in python?