Python Which of the following blocks will be executed whether an exception is thrown or not? Else finally Assert except Else finally Assert except ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? – * All of the mentioned + – * All of the mentioned + ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It __init__ in on It __init__ in on ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? AssignmentError ValueError IOError NameError AssignmentError ValueError IOError NameError ANSWER DOWNLOAD EXAMIANS APP