Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or less exactly 4 5 or more exactly 5 5 or less exactly 4 5 or more exactly 5 ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ lower case UPPER CASE None of the mentioned Capitalized lower case UPPER CASE None of the mentioned Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() All of the mentioned position() shape() stamp() All of the mentioned position() shape() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.I re.A re.U re.X re.I re.A re.U ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? 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 such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP