Python Which of the following is invalid variable in Python? __str__ = 1 None of the mentioned _a = 1 __a = 1 __str__ = 1 None of the mentioned _a = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.compile(str) re.create(str) re.assemble(str) re.regex(str) re.compile(str) re.create(str) re.assemble(str) re.regex(str) 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 Correct way to draw a line in canvas tkinter create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned line() ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 79 characters 63 characters 31 characters None of the mentioned 79 characters 63 characters 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Define Function Def Fun Define Function Def ANSWER DOWNLOAD EXAMIANS APP