Python An exception is ____________ a standard module a special function an object a module a standard module a special function an object a module ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? None of the mentioned % / // None of the mentioned % / // ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.create(str) re.assemble(str) re.compile(str) re.regex(str) re.create(str) re.assemble(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.connect() s.accept() s.bind() All of the mentioned s.connect() s.accept() s.bind() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.U re.X re.I re.A re.U re.X re.I re.A ANSWER DOWNLOAD EXAMIANS APP