Python Which of the following functions results in case insensitive matching? re.U re.X re.A re.I re.U re.X re.A re.I ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on It in __init__ on It in __init__ ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango SyntaxError TypeError ValueError NameError SyntaxError TypeError ValueError NameError ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True Error Machine dependent False True Error Machine dependent False ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recv(), s.send() None of the mentioned Both (A) and (B) s.recvfrom(),s.sendto() s.recv(), s.send() None of the mentioned Both (A) and (B) s.recvfrom(),s.sendto() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ANSWER DOWNLOAD EXAMIANS APP