Python Python MRO concept is Method Resetting Order Method Recursion Order Method Resolution Order None of the mentioned Method Resetting Order Method Recursion Order Method Resolution Order None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned line() ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Array of tuples Invalid type Tuples of lists List of tuples Array of tuples Invalid type Tuples of lists ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.create(str) re.assemble(str) re.compile(str) re.regex(str) re.create(str) re.assemble(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label Frame Window All of the mentioned Label Frame Window All of the mentioned ANSWER DOWNLOAD EXAMIANS APP