1. Every object in Python doesn’t have a unique id
2. In Python Id function returns the identity of the object
3. None of the mentioned
4. All of the mentioned
In Python Id function returns the identity of the object
1. 01
2. [0] [1]
3. (’01’)
4. (‘[0] [1]’,)
(‘[0] [1]’,)
1. conversion of a Python object hierarchy into byte stream
2. conversion of a datatable into a list
3. conversion of a byte stream into Python object hierarchy
4. conversion of a list into a datatable
conversion of a Python object hierarchy into byte stream
1. error, there is more than one return statement in a single try-finally block
2. 3
3. 2
4. 1
2
1. yes
2. no
3. machine dependent
4. none of the mentioned
yes
1. 31 characters
2. 63 characters
3. 79 characters
4. none of the mentioned
none of the mentioned
1. _a = 1
2. __a = 1
3. __str__ = 1
4. none of the mentioned
none of the mentioned
1. my_string_1
2. 1st_string
3. foo
4. _
1st_string
1. they are used to indicate a private variables of a class
2. they confuse the interpreter
3. they are used to indicate global variables
4. they slow down execution
they are used to indicate a private variables of a class
1. eval
2. assert
3. nonlocal
4. pass
eval