Python What arithmetic operators cannot be used with strings in Python? – All of the mentioned * + – All of the mentioned * + 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 To add a new element to a list we use which Python command? list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) list1.add(5) list1.addEnd(5) list1.append(5) list1.addLast(5) ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame All of the mentioned Window Label Frame All of the mentioned Window Label ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module an object a special function a module a standard module an object a special function a module ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango ValueError TypeError SyntaxError NameError ValueError TypeError SyntaxError NameError ANSWER DOWNLOAD EXAMIANS APP