Answer Posted / hr@tgksolutions.com
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
Is end a keyword in python?
What is pythonpath?
What does sorted do in python?
Is python strongly typed?
what are the noted modules of python in terms of networking
What is a pass in python?
Tell me is there a switch or case statement in python?
Is numpy faster than pandas?
Explain about dir() and help() function will do in python?
What advantages do numpy arrays offer over (nested) python lists?
What is yaml file in python?
What is a raw input?
What is the statement that can be used in python if the program requires no action but requires it syntactically?
What does the
What is the output of the below program?