Python Say s=”hello” what will be the return value of type(s) in Python? str bool int String str bool int String ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned no machine dependent yes None of the mentioned no machine dependent yes ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) caret (^) newline percentage symbol (%) ampersand (&) caret (^) newline percentage symbol (%) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Tuples Class Dictionary Lists Tuples Class Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 63 characters 79 characters None of the mentioned 31 characters 63 characters 79 characters None of the mentioned 31 characters ANSWER DOWNLOAD EXAMIANS APP