Python Which of the following creates a pattern object? re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? String bool int str String bool int str ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y x^^y x^y None of the mentioned x**y x^^y x^y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. tuple dictionary set list tuple dictionary set list ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install tkinter tkinter install tkinter pip install pip install python pip install tkinter tkinter install tkinter pip install pip install python ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP