Python Say s=”hello” what will be the return value of type(s) in Python? String str int bool String str int bool 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 In which of the following field, we can put our Button? Window Frame All of the mentioned Label Window Frame All of the mentioned Label ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Dictionary Class Lists Tuples Dictionary Class Lists ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? _a = 1 __str__ = 1 None of the mentioned __a = 1 _a = 1 __str__ = 1 None of the mentioned __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex none of the mentioned re regex pyregex none of the mentioned re regex ANSWER DOWNLOAD EXAMIANS APP