Python Correct way to draw a line in canvas tkinter create_line(canvas) line() None of the mentioned canvas.create_line() create_line(canvas) line() None of the mentioned canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 None of the mentioned _a = 1 __a = 1 __str__ = 1 None of the mentioned _a = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str String bool int str String bool int ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module an object a special function a module a standard module an object a special function a module ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline ANSWER DOWNLOAD EXAMIANS APP