Python Correct way to draw a line in canvas tkinter line() create_line(canvas) None of the mentioned canvas.create_line() line() create_line(canvas) None of the mentioned canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? bool str String int bool str String int ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent yes no None of the mentioned machine dependent yes no None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango SyntaxError NameError TypeError ValueError SyntaxError NameError TypeError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Function Fun Def Define Function Fun Def Define ANSWER DOWNLOAD EXAMIANS APP