Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) percentage symbol (%) ampersand (&) newline caret (^) percentage symbol (%) ampersand (&) newline ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() All of the mentioned s.listen() ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Tuples of lists List of tuples Array of tuples Invalid type Tuples of lists List of tuples Array of tuples Invalid type ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more 5 or less exactly 5 exactly 4 5 or more 5 or less exactly 5 exactly 4 ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned UPPER CASE lower case Capitalized None of the mentioned UPPER CASE lower case Capitalized ANSWER DOWNLOAD EXAMIANS APP