Python Essential thing to create a window screen using tkinter python To define a geometry All of the mentioned call tk() function create a button To define a geometry All of the mentioned call tk() function create a button ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Tuples Lists Dictionary Class Tuples Lists Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? except Assert finally Else except Assert finally Else ANSWER DOWNLOAD EXAMIANS APP
Python To insert 5 to the third position in list1, we use which Python command? list1.insert(3, 5) list1.insert(2, 5) list1.append(3, 5) list1.add(3, 5) list1.insert(3, 5) list1.insert(2, 5) list1.append(3, 5) list1.add(3, 5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? ValueError AssignmentError IOError NameError ValueError AssignmentError IOError NameError ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 63 characters None of the mentioned 79 characters 31 characters 63 characters None of the mentioned 79 characters 31 characters ANSWER DOWNLOAD EXAMIANS APP