Python What does the function re.match do? none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Invalid type Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Function Define Def Fun Function Define Def ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned To define a geometry call tk() function create a button All of the mentioned To define a geometry call tk() function create a button ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a special function a module a standard module an object a special function a module a standard module an object ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. tuple set dictionary list tuple set dictionary list ANSWER DOWNLOAD EXAMIANS APP