Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) percentage symbol (%) caret (^) newline ampersand (&) percentage symbol (%) caret (^) newline ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set tuple dictionary list set tuple dictionary list 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 Correct way to draw a line in canvas tkinter None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they are used to indicate a private variables of a class they are used to indicate global variables they confuse the interpreter they slow down execution they are used to indicate a private variables of a class they are used to indicate global variables they confuse the interpreter they slow down execution ANSWER DOWNLOAD EXAMIANS APP