Python In Python, which of these in not a core data type? Lists Class Dictionary Tuples Lists Class Dictionary Tuples ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? xmlrpclib httplib All of the mentioned urllib xmlrpclib httplib All of the mentioned urllib ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango ValueError NameError SyntaxError TypeError ValueError NameError SyntaxError TypeError ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? Always when an exception occurs when no exception occurs when an exception occurs in to except block Always when an exception occurs when no exception occurs when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP