Python What data type is the object below in Python? L = [1, 23, 'hello', 1] array tuple dictionary list array tuple dictionary list ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? regex none of the mentioned pyregex re regex none of the mentioned pyregex re ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than one one zero more than zero more than one one zero more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? _a = 1 __str__ = 1 None of the mentioned __a = 1 _a = 1 __str__ = 1 None of the mentioned __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned canvas.create_line() create_line(canvas) line() None of the mentioned canvas.create_line() create_line(canvas) line() ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Def Function Define Fun Def Function Define ANSWER DOWNLOAD EXAMIANS APP