Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 exactly 4 5 or more 5 or less exactly 5 exactly 4 5 or more 5 or less ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function a standard module a module an object a special function a standard module a module an object ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple dictionary array list tuple dictionary array list ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 31 characters 79 characters None of the mentioned 63 characters 31 characters 79 characters None of the mentioned 63 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.bind() All of the mentioned s.connect() s.accept() s.bind() All of the mentioned s.connect() s.accept() ANSWER DOWNLOAD EXAMIANS APP