Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() position() All of the mentioned shape() stamp() position() All of the mentioned shape() ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True False 0 1 True False 0 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex none of the mentioned re regex pyregex none of the mentioned re regex 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
Python To insert 5 to the third position in list1, we use which Python command? list1.add(3, 5) list1.insert(3, 5) list1.insert(2, 5) list1.append(3, 5) list1.add(3, 5) list1.insert(3, 5) list1.insert(2, 5) list1.append(3, 5) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It __init__ on in It __init__ on in ANSWER DOWNLOAD EXAMIANS APP