Python Which Python keyword is used for function? Fun Define Def Function Fun Define Def Function ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.accept() s.bind() s.connect() All of the mentioned s.accept() s.bind() s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^^y None of the mentioned x^y x**y x^^y None of the mentioned x^y x**y ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is an exception when there is no exception always only if some condition that has been specified is satisfied when there is an exception when there is no exception always only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? bool str int String bool str int String ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python To define a geometry call tk() function All of the mentioned create a button To define a geometry call tk() function All of the mentioned create a button ANSWER DOWNLOAD EXAMIANS APP