Python Which are the advantages of functions in python? Decomposing complex problems into simpler pieces Improving clarity of the code Reducing duplication of code All of the mentioned Decomposing complex problems into simpler pieces Improving clarity of the code Reducing duplication of code All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more exactly 5 5 or less exactly 4 5 or more exactly 5 5 or less exactly 4 ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex regex none of the mentioned re pyregex regex none of the mentioned re ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.A re.X re.U re.I re.A re.X re.U ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function a module an object a standard module a special function a module an object a standard module ANSWER DOWNLOAD EXAMIANS APP