Python In Python, which of the following cannot be a variable? on __init__ It in on __init__ It in ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y None of the mentioned x^y x^^y x**y None of the mentioned x^y x^^y ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? IOError ValueError AssignmentError NameError IOError ValueError AssignmentError NameError ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a module a special function a standard module an object a module a special function a standard module ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent yes no None of the mentioned machine dependent yes no None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? String int bool str String int bool str ANSWER DOWNLOAD EXAMIANS APP