1) Are each of the following True or False (15 points)
1.1. In Python the values of a dict must be immutable.
1.2. There exist problems that cannot be solved in Python without using either
iteration or recursion.
1.3. Floating point arithmetic behaves exactly like normal arithmetic on real
numbers.
1.4. On all inputs, a bisection search will run faster than a linear search.
1.5. Let L be a list, each element of which is a list of ints. In Python, the
assignment statement L[0][0] = 3 mutates the list L.
Answers
Answered by
1
Answer:
true
false
true
false
true
HOPE THIS HELPS
U
Similar questions