Python Which one of these is used for floor division in Python? / None of the mentioned % // / None of the mentioned % // ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.A re.X re.U re.I re.A re.X re.U re.I 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 To insert 5 to the third position in list1, we use which Python command? list1.insert(3, 5) list1.add(3, 5) list1.insert(2, 5) list1.append(3, 5) list1.insert(3, 5) list1.add(3, 5) list1.insert(2, 5) list1.append(3, 5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries are mutable Dictionaries aren’t ordered The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries are mutable Dictionaries aren’t ordered ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE None of the mentioned lower case ANSWER DOWNLOAD EXAMIANS APP