Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ newline percentage symbol (%) ampersand (&) caret (^) newline percentage symbol (%) ampersand (&) caret (^) ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Def Function Define Fun Def Function Define Fun ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It in __init__ on It in __init__ on ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter pip install python ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t All of the mentioned import tkinter from tkinter import * import tkinter as t All of the mentioned import tkinter from tkinter import * ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame All of the mentioned Label Window Frame All of the mentioned Label Window ANSWER DOWNLOAD EXAMIANS APP