Python What arithmetic operators cannot be used with strings in Python? + * – All of the mentioned + * – All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango NameError ValueError TypeError SyntaxError NameError ValueError TypeError SyntaxError ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int str String bool int str String bool ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? AssignmentError IOError NameError ValueError AssignmentError IOError NameError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ newline caret (^) ampersand (&) percentage symbol (%) newline caret (^) ampersand (&) percentage symbol (%) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.connect() All of the mentioned s.accept() s.bind() s.connect() All of the mentioned s.accept() s.bind() ANSWER DOWNLOAD EXAMIANS APP