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 the best free website to learn python?
Write a script to connect to MySql database using Python?
What is the use of negative indices?
Which is better Python or ruby?
Is python 3gl or 4gl?
How do you sort a list in reverse order in python?
Explain python’s parameter-passing mechanism?
What is used to represent Strings in Python? Is double quotes used for String representation or single quotes used for String representation in Python?
What does == mean?
What are assignment operators in python?
What is set type in python?
What was your contribution to the above project?
What is a character?
When do you choose a list over a tuple?
How do you override a method in python?