How we install tkinter in system ? pip install tkinter tkinter pip install pip install python tkinter install TRUE ANSWER : ? YOUR ANSWER : ?
When will the else part of try-except-else be executed? when no exception occurs when an exception occurs in to except block Always when an exception occurs TRUE ANSWER : ? YOUR ANSWER : ?
Is Python case sensitive when dealing with identifiers? None of the mentioned machine dependent yes no TRUE ANSWER : ? YOUR ANSWER : ?
The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) caret (^) newline percentage symbol (%) TRUE ANSWER : ? YOUR ANSWER : ?
What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple array dictionary list TRUE ANSWER : ? YOUR ANSWER : ?
What is the maximum possible length of an identifier allowed by Python? 79 characters 31 characters None of the mentioned 63 characters TRUE ANSWER : ? YOUR ANSWER : ?
In Python, which of the following cannot be a variable? in It __init__ on TRUE ANSWER : ? YOUR ANSWER : ?
In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() All of the mentioned position() shape() TRUE ANSWER : ? YOUR ANSWER : ?