Python All keywords in Python are in _________ UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized None of the mentioned lower case ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) percentage symbol (%) newline caret (^) ampersand (&) percentage symbol (%) newline caret (^) ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recv(), s.send() Both (A) and (B) s.recvfrom(),s.sendto() None of the mentioned s.recv(), s.send() Both (A) and (B) s.recvfrom(),s.sendto() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than one zero one more than zero more than one zero one more than zero 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 How we install tkinter in system ? pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install ANSWER DOWNLOAD EXAMIANS APP