Python An exception is ____________ an object a module a special function a standard module an object a module a special function a standard module ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ lower case None of the mentioned UPPER CASE Capitalized lower case None of the mentioned UPPER CASE Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.assemble(str) re.compile(str) re.regex(str) re.create(str) re.assemble(str) re.compile(str) re.regex(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. tuple set list dictionary tuple set list dictionary ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters 63 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? re regex pyregex none of the mentioned re regex pyregex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP