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 do I kill a python server?
What types are iterable in python?
What is loop in python?
What is meant by“call by value” in python?
So, then, what is the global keyword?
How can you identify the data type of any variable in python?
How do you convert a list of integers to a comma separated string?
what is the statement that can be used in python if the program requires no action but requires a statement syntactically?
How to improve performance of this code?
Is tensorflow written in python?
What is a variable in python?
Is python 0 based?
Differentiate between the append() and extend() methods of a list?
What mode is used for both writing and reading in binary format in file.?
What is called loop?