Python Correct way to draw a line in canvas tkinter line() create_line(canvas) None of the mentioned canvas.create_line() line() create_line(canvas) None of the mentioned canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.connect() All of the mentioned s.bind() s.accept() s.connect() All of the mentioned s.bind() s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Makes the program code smaller More restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples Tuples of lists Invalid type List of tuples Array of tuples Tuples of lists Invalid type List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
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