Python In which of the following field, we can put our Button? Label Window Frame All of the mentioned Label Window Frame All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent yes no None of the mentioned machine dependent yes no None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ It on in __init__ It on in ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() line() None of the mentioned create_line(canvas) canvas.create_line() line() None of the mentioned create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? Dictionaries are mutable The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries aren’t ordered Dictionaries are mutable The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries aren’t ordered 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