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 Less 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 Makes the program code smaller More 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 No restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set dictionary tuple list set dictionary tuple list ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.accept() All of the mentioned s.listen() s.bind() s.accept() All of the mentioned s.listen() s.bind() ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.A re.I re.U re.X re.A re.I re.U ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? False Machine dependent True Error False Machine dependent True Error ANSWER DOWNLOAD EXAMIANS APP