Python Which is the correct expression for power(xy ) in Python? None of the mentioned x^^y x^y x**y None of the mentioned x^^y x^y x**y ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? bool int str String bool int str String ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.accept() s.connect() s.bind() All of the mentioned s.accept() s.connect() s.bind() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is no exception when there is an exception only if some condition that has been specified is satisfied always when there is no exception when there is an exception only if some condition that has been specified is satisfied always ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? except Else finally Assert except Else finally Assert ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ lower case Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE None of the mentioned ANSWER DOWNLOAD EXAMIANS APP