Question: IN PYTHON Given the following list: numbers = [32.2, -26.4, 32, 72.6, -18, 0.53, 12.7] (a) Using a list comprehension, create a new list called
IN PYTHON
Given the following list: numbers = [32.2, -26.4, 32, 72.6, -18, 0.53, 12.7] (a) Using a list comprehension, create a new list called temp out of the list numbers, which contains only the positive numbers from the list, as integers. (b) Print the unique number in list temp in decreasing order.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
