Python Which of the following blocks will be executed whether an exception is thrown or not? finally Else Assert except finally Else Assert except ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 63 characters 79 characters 31 characters None of the mentioned 63 characters 79 characters 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ It in on __init__ It in on ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.compile(str) re.assemble(str) re.create(str) re.regex(str) re.compile(str) re.assemble(str) re.create(str) re.regex(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Function Def Fun Define Function Def Fun ANSWER DOWNLOAD EXAMIANS APP