Python Say s=”hello” what will be the return value of type(s) in Python? int String str bool int String str bool ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ lower case None of the mentioned UPPER CASE Capitalized lower case None of the mentioned UPPER CASE Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on It __init__ in on It __init__ in ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? False Machine dependent True Error False Machine dependent True Error ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned ANSWER DOWNLOAD EXAMIANS APP