Python Which Python keyword is used for function? Function Define Fun Def Function Define Fun Def ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown If any exception is thrown in try block, else block is executed All raised standard exceptions must be handled in Python ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Array of tuples List of tuples Invalid type Tuples of lists Array of tuples List of tuples Invalid type Tuples of lists ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str int bool String str int bool String ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) ampersand (&) percentage symbol (%) newline caret (^) ampersand (&) percentage symbol (%) newline ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module a module an object a special function a standard module a module an object a special function ANSWER DOWNLOAD EXAMIANS APP