Select the operation(s) below that can turn this list:
numbers = [1, 6, -9, 2.5, 4, 0]
into this:
[6, 4, 2.5, 1, 0, -9]
within a single operation.
Select the operation(s) below that can turn this list:
numbers = [1, 6, -9, 2.5, 4, 0]
into this:
[6, 4, 2.5, 1, 0, -9]
within a single operation.
Create a free account to access the full topic