Python Is Python case sensitive when dealing with identifiers? no machine dependent yes None of the mentioned no machine dependent yes None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 1 4 2 0 1 4 2 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? _a = 1 __a = 1 None of the mentioned __str__ = 1 _a = 1 __a = 1 None of the mentioned __str__ = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.bind() s.listen() s.accept() All of the mentioned s.bind() s.listen() s.accept() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP