Python What arithmetic operators cannot be used with strings in Python? All of the mentioned + – * All of the mentioned + – * ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.accept() All of the mentioned s.bind() s.connect() s.accept() All of the mentioned s.bind() s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? String int str bool String int str bool ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? All of the mentioned Improving clarity of the code Reducing duplication of code Decomposing complex problems into simpler pieces All of the mentioned Improving clarity of the code Reducing duplication of code Decomposing complex problems into simpler pieces ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location All of the mentioned stamp() position() shape() All of the mentioned stamp() position() shape() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.A re.X re.I re.U re.A re.X re.I re.U ANSWER DOWNLOAD EXAMIANS APP