Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) percentage symbol (%) newline ampersand (&) caret (^) percentage symbol (%) newline ampersand (&) ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? zero more than zero one more than one zero more than zero one more than one ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 4 2 1 0 4 2 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.U re.I re.X re.A re.U re.I re.X re.A ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install tkinter tkinter pip install pip install python tkinter install pip install tkinter tkinter pip install pip install python tkinter install ANSWER DOWNLOAD EXAMIANS APP