Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 1 False 0 True 1 False 0 True ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget destroy the widget place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? from tkinter import * All of the mentioned import tkinter as t import tkinter from tkinter import * All of the mentioned import tkinter as t import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) caret (^) ANSWER DOWNLOAD EXAMIANS APP