Python Which of the following is invalid variable in Python? None of the mentioned _a = 1 __str__ = 1 __a = 1 None of the mentioned _a = 1 __str__ = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.create(str) re.assemble(str) re.regex(str) re.compile(str) re.create(str) re.assemble(str) re.regex(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? regex none of the mentioned re pyregex regex none of the mentioned re pyregex ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? yes no None of the mentioned machine dependent yes no None of the mentioned machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than zero more than one zero one more than zero more than one zero one ANSWER DOWNLOAD EXAMIANS APP