Python Say s=”hello” what will be the return value of type(s) in Python? String str bool int String str bool int ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) line() ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a special function a module a standard module an object a special function a module a standard module ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? All of the mentioned from tkinter import * import tkinter as t import tkinter All of the mentioned from tkinter import * import tkinter as t import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? in It on __init__ in It on __init__ ANSWER DOWNLOAD EXAMIANS APP