Answer Posted / nashiinformaticssolutions
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 output of print str * 2 if str = 'hello world!'?
How is exception handling done in python?
How do I watch a file for changes using python?
Explain the inheritance in python with an example?
What is the meaning of stdin in python?
What is the python idle?
How to create an empty dataframe?
How do you get the current working directory using python?
Why to use python numpy instead o f lists?
How to implement an 'enum' in python?
What is an abstract class in python?
Tell me what is dict and list comprehensions are?
How to delete a file in python?
How to convert strings into integers in python?
What does len () do in python?