Question: using python to answer Question 1 (2 points) [2] Write a function larger_terms(num,n) where num is a non-empty list of numbers and n is any
![using python to answer Question 1 (2 points) [2] Write a](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/10/670400731f5ed_50667040072a01d3.jpg)
using python to answer
Question 1 (2 points) [2] Write a function larger_terms(num,n) where num is a non-empty list of numbers and n is any number. The function should return a new list (call it larger) which consists of all numbers in num which are larger than n. For example: larger_terms([1,4,8,6,7,5,4,6],4) should return [8,6,7,5,6]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
