Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() shape() position() All of the mentioned stamp() shape() position() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recvfrom(),s.sendto() Both (A) and (B) None of the mentioned s.recv(), s.send() s.recvfrom(),s.sendto() Both (A) and (B) None of the mentioned s.recv(), s.send() ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more 5 or less exactly 4 exactly 5 5 or more 5 or less exactly 4 exactly 5 ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() ANSWER DOWNLOAD EXAMIANS APP