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
What does isalpha do in python?
What is subclass in python?
What are the 3 types of relation?
Why is that none of my threads are not running? How can I make it work?
What does end do in python?
What is python coded in?
Is c++ easier than python?
What is python used for?
Consider multiple inheritances here. Suppose class c inherits from classes a and b as class c(a,b). Classes a and b both have their own versions of method func(). If we call func() from an object of class c, which version gets invoked?
What are the differences in xrange and range?
Write a coding in find a largest among three numbers?
Which ide should I use for python?
How to get all keys from dictionary ?
Explain me database connection in python flask?
How do you merge one dictionary with the other?