config() in python Tkinter are used for place the widget destroy the widget configure the widget change property of the widget TRUE ANSWER : ? YOUR ANSWER : ?
In order to store values in terms of key and value we use what Python core data type. tuple list set dictionary TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is the use of id() function in python? id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
Which one of these is used for floor division in Python? // % / None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
All keywords in Python are in _________ None of the mentioned UPPER CASE Capitalized lower case TRUE ANSWER : ? YOUR ANSWER : ?
In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() All of the mentioned position() stamp() TRUE ANSWER : ? YOUR ANSWER : ?
Which module in Python supports regular expressions? re none of the mentioned regex pyregex TRUE ANSWER : ? YOUR ANSWER : ?
Which are the advantages of functions in python? Reducing duplication of code All of the mentioned Improving clarity of the code Decomposing complex problems into simpler pieces TRUE ANSWER : ? YOUR ANSWER : ?
In Python, which of the following cannot be a variable? in on It __init__ TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following is not a standard exception in Python? NameError IOError ValueError AssignmentError TRUE ANSWER : ? YOUR ANSWER : ?