Python Correct way to draw a line in canvas tkinter create_line(canvas) canvas.create_line() line() None of the mentioned create_line(canvas) canvas.create_line() line() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned pyregex regex re none of the mentioned pyregex regex re ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? False Machine dependent Error True False Machine dependent Error True ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Dictionary Tuples Lists Class Dictionary Tuples Lists ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? None of the mentioned / // % None of the mentioned / // % ANSWER DOWNLOAD EXAMIANS APP