Python Is Python case sensitive when dealing with identifiers? yes machine dependent no None of the mentioned yes machine dependent no None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() All of the mentioned stamp() position() shape() All of the mentioned stamp() position() ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries are mutable Dictionaries aren’t ordered The values of a dictionary can be accessed using keys The keys of a dictionary can be accessed using values Dictionaries are mutable Dictionaries aren’t ordered ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.create(str) re.compile(str) re.regex(str) re.assemble(str) re.create(str) re.compile(str) re.regex(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget place the widget configure the widget change property of the widget destroy the widget place the widget configure the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP