Python Say s=”hello” what will be the return value of type(s) in Python? bool str String int bool str String int ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? except Assert finally Else except Assert finally Else 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
Python Which module in Python supports regular expressions? regex none of the mentioned re pyregex regex none of the mentioned re pyregex ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function All of the mentioned create a button To define a geometry call tk() function All of the mentioned create a button To define a geometry ANSWER DOWNLOAD EXAMIANS APP