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 How we install tkinter in system ? tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Array of tuples Tuples of lists Invalid type List of tuples Array of tuples Tuples of lists Invalid type ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? None of the mentioned % / // None 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 set tuple dictionary list set tuple ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It __init__ in on It __init__ in on ANSWER DOWNLOAD EXAMIANS APP