Python In Python, which of these in not a core data type? Class Lists Dictionary Tuples Class Lists Dictionary Tuples ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Machine dependent Error False True Machine dependent Error False True ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? // None of the mentioned % / // None of the mentioned % / ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries aren’t ordered Dictionaries are mutable The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries aren’t ordered Dictionaries are mutable ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? no machine dependent None of the mentioned yes no machine dependent None of the mentioned yes ANSWER DOWNLOAD EXAMIANS APP