Python Which are the advantages of functions in python? Reducing duplication of code Decomposing complex problems into simpler pieces All of the mentioned Improving clarity of the code Reducing duplication of code Decomposing complex problems into simpler pieces All of the mentioned Improving clarity of the code ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False True 1 0 False True 1 0 ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ newline percentage symbol (%) ampersand (&) caret (^) newline percentage symbol (%) ampersand (&) caret (^) ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? + All of the mentioned – * + All of the mentioned – * ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned To define a geometry call tk() function create a button All of the mentioned To define a geometry call tk() function create a button ANSWER DOWNLOAD EXAMIANS APP