Python Which of the following blocks will be executed whether an exception is thrown or not? Else Assert except finally Else Assert except finally ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a special function a standard module an object a module a special function a standard module an object ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? // % / None of the mentioned // % / None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned lower case Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python To define a geometry All of the mentioned create a button call tk() function To define a geometry All of the mentioned create a button call tk() function ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples List of tuples Invalid type Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists ANSWER DOWNLOAD EXAMIANS APP