Python Which are the advantages of functions in python? Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Fun Def Function Define Fun Def Function ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one more than zero zero more than one one more than zero zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window Frame Label All of the mentioned Window Frame Label All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set list tuple dictionary set list tuple dictionary ANSWER DOWNLOAD EXAMIANS APP