Python Which Python keyword is used for function? Define Fun Function Def Define Fun Function Def ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned machine dependent yes no None of the mentioned machine dependent yes no ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib urllib ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 4 5 or more 5 or less exactly 5 exactly 4 5 or more 5 or less exactly 5 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 In order to store values in terms of key and value we use what Python core data type. set list tuple dictionary set list tuple dictionary ANSWER DOWNLOAD EXAMIANS APP