Python Which of following Python Network/Internet modules supports HTTP protocol? xmlrpclib All of the mentioned urllib httplib xmlrpclib All of the mentioned urllib httplib ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? * – + All of the mentioned * – + All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? from tkinter import * All of the mentioned import tkinter as t import tkinter from tkinter import * All of the mentioned import tkinter as t import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they confuse the interpreter they are used to indicate a private variables of a class they are used to indicate global variables they slow down execution they confuse the interpreter they are used to indicate a private variables of a class they are used to indicate global variables they slow down execution ANSWER DOWNLOAD EXAMIANS APP