Python Say s=”hello” what will be the return value of type(s) in Python? String bool str int String bool str int ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. set dictionary tuple list set dictionary tuple list ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Lists Tuples Class Dictionary Lists Tuples Class Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location position() stamp() All of the mentioned shape() position() stamp() All of the mentioned shape() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? _a = 1 None of the mentioned __str__ = 1 __a = 1 _a = 1 None of the mentioned __str__ = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Less restriction on the type values that can be passed to a given method Makes the program code smaller No restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Less restriction on the type values that can be passed to a given method Makes the program code smaller No restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP