Python How we install tkinter in system ? tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t import tkinter All of the mentioned from tkinter import * import tkinter as t import tkinter All of the mentioned from tkinter import * ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 63 characters 79 characters 31 characters None of the mentioned 63 characters 79 characters 31 characters None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than one zero one more than zero more than one zero one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. None of the mentioned s.recvfrom(),s.sendto() Both (A) and (B) s.recv(), s.send() None of the mentioned s.recvfrom(),s.sendto() Both (A) and (B) s.recv(), s.send() ANSWER DOWNLOAD EXAMIANS APP