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 Which of the following blocks will be executed whether an exception is thrown or not? Assert except Else finally Assert except Else finally ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or less exactly 4 5 or more exactly 5 5 or less exactly 4 5 or more exactly 5 ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window Label Frame All of the mentioned Window Label Frame All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.accept() s.bind() s.connect() All of the mentioned s.accept() s.bind() s.connect() ANSWER DOWNLOAD EXAMIANS APP