Python To add a new element to a list we use which Python command? list1.append(5) list1.addEnd(5) list1.addLast(5) list1.add(5) list1.append(5) list1.addEnd(5) list1.addLast(5) list1.add(5) ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set tuple dictionary list set tuple dictionary list ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned regex pyregex re none of the mentioned regex pyregex re ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? * – All of the mentioned + * – All of the mentioned + ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP