Python What is the result of cmp(3, 1) in python? True 0 False 1 True 0 False 1 ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent no None of the mentioned yes machine dependent no None of the mentioned yes ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Reducing duplication of code All of the mentioned Decomposing complex problems into simpler pieces Improving clarity of the code Reducing duplication of code All of the mentioned Decomposing complex problems into simpler pieces Improving clarity of the code ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists Array of tuples List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? All of the mentioned – * + All of the mentioned – * + ANSWER DOWNLOAD EXAMIANS APP