Python In which of the following field, we can put our Button? All of the mentioned Frame Window Label All of the mentioned Frame Window Label ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ UPPER CASE lower case None of the mentioned Capitalized UPPER CASE lower case None of the mentioned Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Define Function Def Fun Define Function Def 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 Essential thing to create a window screen using tkinter python 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 call tk() function ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() s.listen() All of the mentioned s.accept() s.bind() s.listen() All of the mentioned s.accept() ANSWER DOWNLOAD EXAMIANS APP