Python An exception is ____________ a special function a module an object a standard module a special function a module an object a standard module ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? from tkinter import * All of the mentioned import tkinter as t import tkinter from tkinter import * All of the mentioned import tkinter as t import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Function Define Def Fun Function Define Def Fun ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango NameError SyntaxError ValueError TypeError NameError SyntaxError ValueError TypeError ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) percentage symbol (%) caret (^) newline ampersand (&) percentage symbol (%) caret (^) newline ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ANSWER DOWNLOAD EXAMIANS APP