Python Which of the following is invalid variable in Python? __str__ = 1 None of the mentioned __a = 1 _a = 1 __str__ = 1 None of the mentioned __a = 1 _a = 1 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 Python MRO concept is Method Resetting Order None of the mentioned Method Resolution Order Method Recursion Order Method Resetting Order None of the mentioned Method Resolution Order Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? finally Assert Else except finally Assert Else except ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? regex pyregex re none of the mentioned regex pyregex re 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