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 What error occurs when you execute the following Python code snippet? apple = mango SyntaxError ValueError NameError TypeError SyntaxError ValueError NameError TypeError ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Array of tuples List of tuples Tuples of lists Invalid type Array of tuples List of tuples Tuples of lists ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) line() ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned Capitalized lower case UPPER CASE None of the mentioned Capitalized lower case UPPER CASE ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 4 5 or more 5 or less exactly 5 exactly 4 5 or more 5 or less exactly 5 ANSWER DOWNLOAD EXAMIANS APP