Python Which of the following functions results in case insensitive matching? re.X re.A re.U re.I re.X re.A re.U re.I ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned yes no machine dependent None of the mentioned yes no machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module a special function a module an object a standard module a special function a module an object ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? All of the mentioned – * + All of the mentioned – * + ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? bool str int String bool str int String ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.bind() s.accept() s.connect() All of the mentioned s.bind() s.accept() s.connect() ANSWER DOWNLOAD EXAMIANS APP