Python What is the output of print 0.1 + 0.2 == 0.3 in python? True False Error Machine dependent True False Error Machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module a module a special function an object a standard module a module a special function an object ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned pyregex regex re none of the mentioned pyregex regex re ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Less restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller No restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller No restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Class Tuples Dictionary Lists Class Tuples Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? None of the mentioned Every object doesn’t have a unique id id returns the identity of the object All of the mentioned None of the mentioned Every object doesn’t have a unique id id returns the identity of the object All of the mentioned ANSWER DOWNLOAD EXAMIANS APP