Python What arithmetic operators cannot be used with strings in Python? + * All of the mentioned – + * All of the mentioned – ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? All of the mentioned from tkinter import * import tkinter as t import tkinter All of the mentioned from tkinter import * import tkinter as t import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.connect() All of the mentioned s.accept() s.bind() s.connect() All of the mentioned s.accept() s.bind() ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.addEnd(5) list1.append(5) list1.add(5) list1.addLast(5) list1.addEnd(5) list1.append(5) list1.add(5) list1.addLast(5) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError ValueError IOError AssignmentError NameError ValueError IOError AssignmentError ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? % // None of the mentioned / % // None of the mentioned / ANSWER DOWNLOAD EXAMIANS APP