Python How we import a tkinter in python program ? import tkinter import tkinter as t All of the mentioned from tkinter import * import tkinter import tkinter as t All of the mentioned from tkinter import * ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a special function an object a standard module a module a special function an object a standard module ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 79 characters 63 characters 31 characters None of the mentioned 79 characters 63 characters 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one more than zero more than one zero one more than zero more than one zero ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib httplib All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Assert finally except Else Assert finally except Else ANSWER DOWNLOAD EXAMIANS APP