Python Correct way to draw a line in canvas tkinter create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? Dictionaries are mutable Dictionaries aren’t ordered The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries are mutable Dictionaries aren’t ordered The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.connect() s.accept() s.bind() All of the mentioned s.connect() s.accept() s.bind() ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function a standard module a module an object a special function a standard module a module an object ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Makes the program code smaller 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 More restriction on the type values that can be passed to a given method Makes the program code smaller 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 More restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP