Python What arithmetic operators cannot be used with strings in Python? * – + All of the mentioned * – + All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized None of the mentioned lower case ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Recursion Order Method Resolution Order None of the mentioned Method Resetting Order Method Recursion Order Method Resolution Order None of the mentioned Method Resetting Order 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 None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id None of the mentioned All of the mentioned id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? The keys of a dictionary can be accessed using values Dictionaries are mutable The values of a dictionary can be accessed using keys Dictionaries aren’t ordered The keys of a dictionary can be accessed using values Dictionaries are mutable The values of a dictionary can be accessed using keys Dictionaries aren’t ordered ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. Both (A) and (B) None of the mentioned s.recvfrom(),s.sendto() s.recv(), s.send() Both (A) and (B) None of the mentioned s.recvfrom(),s.sendto() s.recv(), s.send() ANSWER DOWNLOAD EXAMIANS APP