Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ ”’That’s okay”’ “He said, ‘Yes!'” ‘3\’ ‘”Once upon a time…”, she said.’ ”’That’s okay”’ “He said, ‘Yes!'” ‘3\’ ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. exactly 5 5 or less 5 or more exactly 4 exactly 5 5 or less 5 or more exactly 4 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 Which Python keyword is used for function? Define Def Function Fun Define Def Function Fun ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y None of the mentioned x^^y x^y x**y None of the mentioned x^^y x^y ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python All of the mentioned call tk() function To define a geometry create a button All of the mentioned call tk() function To define a geometry create a button ANSWER DOWNLOAD EXAMIANS APP