Python Which of the following is invalid variable in Python? _a = 1 None of the mentioned __a = 1 __str__ = 1 _a = 1 None of the mentioned __a = 1 __str__ = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? id returns the identity of the object All of the mentioned Every object doesn’t have a unique id None of the mentioned id returns the identity of the object All of the mentioned Every object doesn’t have a unique id None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Define Def Function Fun Define Def Function ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ It in on __init__ It in on ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y x**y x^^y None of the mentioned x^y x**y x^^y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? finally Else Assert except finally Else Assert except ANSWER DOWNLOAD EXAMIANS APP