Python Say s=”hello” what will be the return value of type(s) in Python? bool String str int bool String str int ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? machine dependent None of the mentioned yes no machine dependent None of the mentioned yes no ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 79 characters 31 characters 63 characters None of the mentioned 79 characters 31 characters 63 characters None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple dictionary array list tuple dictionary array list ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? All of the mentioned Label Frame Window All of the mentioned Label Frame Window ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned ANSWER DOWNLOAD EXAMIANS APP