Python Which are Server Socket Methods provided by Python? s.listen() All of the mentioned s.accept() s.bind() s.listen() All of the mentioned s.accept() s.bind() ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function a standard module an object a module a special function a standard module an object a module ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 __str__ = 1 _a = 1 None of the mentioned __a = 1 __str__ = 1 _a = 1 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python create a button To define a geometry All of the mentioned call tk() function create a button To define a geometry All of the mentioned call tk() function ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 5 or less exactly 4 5 or more exactly 5 5 or less exactly 4 5 or more ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int String bool str int String bool str ANSWER DOWNLOAD EXAMIANS APP