Python Which Python keyword is used for function? Function Def Fun Define Function Def Fun Define ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int str bool String int str bool String ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.X re.U re.A re.I re.X re.U re.A ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.append(5) list1.add(5) list1.addLast(5) list1.addEnd(5) list1.append(5) list1.add(5) list1.addLast(5) list1.addEnd(5) ANSWER DOWNLOAD EXAMIANS APP