Python Is Python case sensitive when dealing with identifiers? machine dependent None of the mentioned yes no machine dependent None of the mentioned yes no ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list array tuple dictionary list array tuple dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Else Assert finally except Else Assert finally except ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? All of the mentioned import tkinter from tkinter import * import tkinter as t All of the mentioned import tkinter from tkinter import * import tkinter as t ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window All of the mentioned Frame Label Window All of the mentioned Frame Label ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP