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 results in a SyntaxError? ”’That’s okay”’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ‘3\’ ”’That’s okay”’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ‘3\’ ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Fun Function Def Define Fun Function Def ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? ValueError NameError IOError AssignmentError ValueError NameError IOError AssignmentError ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned httplib urllib xmlrpclib All of the mentioned httplib urllib xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set list dictionary tuple set list dictionary tuple ANSWER DOWNLOAD EXAMIANS APP