Python Which of the following functions results in case insensitive matching? re.U re.A re.I re.X re.U re.A re.I re.X ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() shape() position() All of the mentioned stamp() shape() position() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Reducing duplication of code All of the mentioned Improving clarity of the code Decomposing complex problems into simpler pieces Reducing duplication of code All of the mentioned Improving clarity of the code Decomposing complex problems into simpler pieces ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? only if some condition that has been specified is satisfied when there is no exception when there is an exception always only if some condition that has been specified is satisfied when there is no exception when there is an exception always ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples Invalid type List of tuples Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists 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