Python Which of the following creates a pattern object? re.create(str) re.assemble(str) re.compile(str) re.regex(str) re.create(str) re.assemble(str) re.compile(str) re.regex(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y x^^y x**y None of the mentioned x^y x^^y x**y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? All of the mentioned s.bind() s.accept() s.listen() All of the mentioned s.bind() s.accept() s.listen() ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Less restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller No restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller No restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ lower case Capitalized None of the mentioned UPPER CASE lower case Capitalized None of the mentioned UPPER CASE ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.accept() s.connect() s.bind() All of the mentioned s.accept() s.connect() s.bind() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP