Python Which module in Python supports regular expressions? re pyregex none of the mentioned regex re pyregex none of the mentioned regex ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Function Def Fun Define Function Def Fun ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 5 or more 5 or less exactly 4 exactly 5 5 or more 5 or less exactly 4 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
Python In which of the following field, we can put our Button? All of the mentioned Frame Window Label All of the mentioned Frame Window Label ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter All of the mentioned from tkinter import * import tkinter as t import tkinter All of the mentioned from tkinter import * import tkinter as t ANSWER DOWNLOAD EXAMIANS APP