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
Does Python support strongly for regular expressions?
what is the statement that can be used in python if the program requires no action but requires a statement syntactically?
Which of the following statements create a dictionary? (Multiple correct answers possible)
Is yield a keyword in python?
How do you call functions in python?
Mention what is the difference between Django, Pyramid, and Flask.
Explain python list comprehension?
What is the difference between lists and tuples?
What is operator overloading in python?
Can a class extend itself?
How do you use raw_input in python?
How do you write comments in python?
Explain important characteristics of python objects?
Can we write else statement try block in python?
What does split () do in python?