Python Which of the following is invalid variable in Python? __str__ = 1 None of the mentioned _a = 1 __a = 1 __str__ = 1 None of the mentioned _a = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function create a button To define a geometry All of the mentioned call tk() function create a button To define a geometry All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. dictionary list tuple set dictionary list tuple set ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 79 characters 63 characters 31 characters None of the mentioned 79 characters 63 characters 31 characters None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError ValueError IOError AssignmentError NameError ValueError IOError AssignmentError ANSWER DOWNLOAD EXAMIANS APP