Python Which of the following functions results in case insensitive matching? re.A re.X re.U re.I re.A re.X re.U re.I ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? finally except Else Assert finally except Else Assert ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib xmlrpclib All of the mentioned httplib urllib xmlrpclib All of the mentioned httplib ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 5 or less exactly 4 5 or more exactly 5 5 or less exactly 4 5 or more ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window All of the mentioned Frame Label Window All of the mentioned Frame Label ANSWER DOWNLOAD EXAMIANS APP