Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() All of the mentioned position() shape() stamp() All of the mentioned position() shape() ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Label Frame Window All of the mentioned Label Frame Window ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install pip install python pip install tkinter tkinter install tkinter pip install pip install python pip install tkinter tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? % None of the mentioned // / % None of the mentioned // / ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? bool str int String bool str int String ANSWER DOWNLOAD EXAMIANS APP