Python Which of the following is invalid variable in Python? None of the mentioned _a = 1 __a = 1 __str__ = 1 None of the mentioned _a = 1 __a = 1 __str__ = 1 ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True 1 0 False True 1 0 False ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? All of the mentioned s.connect() s.bind() s.accept() All of the mentioned s.connect() s.bind() s.accept() ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Function Def Fun Define Function Def Fun ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Class Tuples Dictionary Lists Class Tuples Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a special function a standard module a module an object a special function a standard module a module ANSWER DOWNLOAD EXAMIANS APP