Python Which module in Python supports regular expressions? re none of the mentioned pyregex regex re none of the mentioned pyregex regex ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Assert finally Else except Assert finally Else except ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set dictionary tuple list set dictionary tuple list ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? in __init__ It on in __init__ It on ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs in to except block when no exception occurs Always when an exception occurs when an exception occurs in to except block when no exception occurs Always when an exception occurs ANSWER DOWNLOAD EXAMIANS APP