Python Which of the following creates a pattern object? re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Label Window Frame All of the mentioned Label Window Frame ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? always when there is an exception when there is no exception only if some condition that has been specified is satisfied always when there is an exception when there is no exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location position() shape() All of the mentioned stamp() position() shape() All of the mentioned stamp() ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Def Define Function Fun Def Define Function ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on __init__ in It on __init__ in It ANSWER DOWNLOAD EXAMIANS APP