Python Forum
Help With Function to search a list
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help With Function to search a list
#1
Hi i need help with writing a function which will return a list of values under the following conditions:



example:

[python]

def example(a, width, lower_limit):
a = [-1, 5, 4, 8, 3, 21, 18, 16, 3, 2, 3, 1, 4, 5, 17, 22, 36, 33, 34, 9, 1, -2]
a = a + [-2, 4, -1, 7, 13, 12, 3, 1, 4, 5, 26, 22, 28, 27, 26, 2, 8, 6]

lower_limit = 15

Sorry this is the correct set of conditions:

[Image: 9a9924480a225b4158bae9b431e24b8e]

Could someone please me because i am struggling to find a way to even start this problem.
Reply


Messages In This Thread
Help With Function to search a list - by johnissa - Apr-23-2018, 10:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Search character from 2d list to 2d list AHK2019 3 2,615 Sep-25-2019, 08:14 PM
Last Post: ichabod801
  I donr know how to search from 2d list to 2d list AHK2019 1 1,833 Sep-25-2019, 01:59 AM
Last Post: ichabod801

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020