Python Which one of these is used for floor division in Python? None of the mentioned % // / None of the mentioned % // / ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? String int bool str String int bool str ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True False Error Machine dependent True False Error Machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a special function a standard module a module an object a special function a standard module a module ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned canvas.create_line() line() create_line(canvas) None of the mentioned canvas.create_line() line() create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python ANSWER DOWNLOAD EXAMIANS APP