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 is dogpile mechanism? Explain.
Can we change tuple values? If yes, give an example.
What do you understand by membership operators in python?
How do you sort a list in ascending order in python?
What is __init__?
Why are identifier names with a leading underscore disparaged?
Explain the use of with statement?
What is lambda used for in python?
What are private methods in python?
Which is better c++ or java or python?
What is difference between tuple and list?
What are range and xrange?
What is the difference between list and tuples?
What is += in python mean?
How do I convert a number to a string?