Python Which of the following results in a SyntaxError? ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Less restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method Makes the program code smaller More restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install pip install tkinter tkinter install pip install python tkinter pip install pip install tkinter tkinter install pip install python ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError IOError AssignmentError ValueError NameError IOError AssignmentError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Invalid type Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? All of the mentioned + * – All of the mentioned + * – ANSWER DOWNLOAD EXAMIANS APP