Python In order to store values in terms of key and value we use what Python core data type. list dictionary tuple set list dictionary tuple set ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window Frame Label All of the mentioned Window Frame Label All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango SyntaxError NameError TypeError ValueError SyntaxError NameError TypeError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP