Python Is Python case sensitive when dealing with identifiers? machine dependent None of the mentioned no yes machine dependent None of the mentioned no yes ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? in on __init__ It in on __init__ It ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than one one more than zero zero more than one one more than zero zero ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? All of the mentioned s.listen() s.accept() s.bind() All of the mentioned s.listen() s.accept() s.bind() 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 What arithmetic operators cannot be used with strings in Python? All of the mentioned * – + All of the mentioned * – + ANSWER DOWNLOAD EXAMIANS APP