Python What arithmetic operators cannot be used with strings in Python? + * All of the mentioned – + * All of the mentioned – ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or less 5 or more exactly 4 exactly 5 5 or less 5 or more exactly 4 exactly 5 ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Def Function Fun Define Def Function Fun ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.listen() s.bind() All of the mentioned s.accept() s.listen() s.bind() All of the mentioned s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP