Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list array tuple dictionary list array tuple dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? 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 None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int String bool str int String bool str ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? yes machine dependent None of the mentioned no yes machine dependent None of the mentioned no ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 79 characters 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location All of the mentioned position() stamp() shape() All of the mentioned position() stamp() shape() ANSWER DOWNLOAD EXAMIANS APP