Python Which module in Python supports regular expressions? re pyregex none of the mentioned regex re pyregex none of the mentioned regex ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? no yes machine dependent None of the mentioned no yes machine dependent None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. dictionary list tuple set dictionary list tuple set ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a special function a standard module an object a module a special function a standard module an object 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 Makes the program code smaller More restriction on the type values that can be passed to a given method 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 Makes the program code smaller More restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ Capitalized None of the mentioned UPPER CASE lower case Capitalized None of the mentioned UPPER CASE lower case ANSWER DOWNLOAD EXAMIANS APP