Python An exception is ____________ a special function a standard module a module an object a special function a standard module a module an object ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib httplib xmlrpclib All of the mentioned urllib httplib xmlrpclib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? yes no machine dependent None of the mentioned yes no machine dependent None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
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 What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned Capitalized lower case UPPER CASE None of the mentioned Capitalized lower case UPPER CASE ANSWER DOWNLOAD EXAMIANS APP