Python Say s=”hello” what will be the return value of type(s) in Python? String bool int str String bool int str ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ It on in __init__ It on in ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y None of the mentioned x^y x^^y x**y None of the mentioned x^y x^^y ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Function Fun Def Define Function Fun Def Define ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True Machine dependent False Error True Machine dependent False Error ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? 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 such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP