Python Correct way to draw a line in canvas tkinter canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int bool String str int bool String str ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ None of the mentioned lower case UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Fun Define Def Function Fun Define Def Function ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned ANSWER DOWNLOAD EXAMIANS APP