Python Essential thing to create a window screen using tkinter python call tk() function To define a geometry All of the mentioned create a button call tk() function To define a geometry All of the mentioned create a button ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Class Lists Dictionary Tuples Class Lists Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? None of the mentioned x^^y x**y x^y None of the mentioned x^^y x**y x^y ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? no yes machine dependent None of the mentioned no yes machine dependent None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 1 True False 0 1 True False 0 ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned ANSWER DOWNLOAD EXAMIANS APP