Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error Machine dependent False True Error Machine dependent False True ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Tuples Lists Dictionary Class Tuples Lists Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned lower case Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python tkinter pip install pip install tkinter tkinter install pip install python tkinter pip install pip install tkinter tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^^y None of the mentioned x**y x^y x^^y None of the mentioned x**y x^y ANSWER DOWNLOAD EXAMIANS APP