Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple list array dictionary tuple list array dictionary ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget change property of the widget destroy the widget place the widget configure the widget change property of the widget destroy the widget place the widget 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 What arithmetic operators cannot be used with strings in Python? – * All of the mentioned + – * All of the mentioned + ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? IOError NameError AssignmentError ValueError IOError NameError AssignmentError ValueError ANSWER DOWNLOAD EXAMIANS APP