Python Say s=”hello” what will be the return value of type(s) in Python? int String bool str int String bool str ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.A re.U re.I re.X re.A re.U re.I ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Def Function Fun Define Def Function Fun ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned Capitalized UPPER CASE lower case None of the mentioned Capitalized UPPER CASE lower case ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] array list dictionary tuple array list dictionary tuple ANSWER DOWNLOAD EXAMIANS APP