Python Essential thing to create a window screen using tkinter python create a button All of the mentioned To define a geometry call tk() function create a button All of the mentioned To define a geometry call tk() function ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned regex re pyregex none of the mentioned regex re pyregex ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.connect() s.accept() s.bind() All of the mentioned s.connect() s.accept() s.bind() ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int str String bool int str String bool ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter import tkinter as t from tkinter import * All of the mentioned import tkinter import tkinter as t from tkinter import * All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? IOError AssignmentError ValueError NameError IOError AssignmentError ValueError NameError ANSWER DOWNLOAD EXAMIANS APP