Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error False True Machine dependent Error False True Machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more exactly 4 5 or less exactly 5 5 or more exactly 4 5 or less exactly 5 ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python tkinter pip install tkinter install pip install tkinter pip install python tkinter pip install tkinter install pip install tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? The values of a dictionary can be accessed using keys Dictionaries are mutable The keys of a dictionary can be accessed using values Dictionaries aren’t ordered The values of a dictionary can be accessed using keys Dictionaries are mutable The keys of a dictionary can be accessed using values Dictionaries aren’t ordered ANSWER DOWNLOAD EXAMIANS APP