Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
More List Stuff
#1
How would I do this?
data = [1,3,6,7,10]
value = 5

Lower = ["""List of Numbers in data list lower than value(5)"""]
Higher = ["""List of Numbers in data list higher than value(5)"""]
Equal = ["""List of Numbers in data list equal to value(5)"""]
Reply


Messages In This Thread
More List Stuff - by Zman350x - Mar-10-2018, 02:29 AM
RE: More List Stuff - by Larz60+ - Mar-10-2018, 03:37 AM
RE: More List Stuff - by DeaD_EyE - Mar-10-2018, 02:34 PM
RE: More List Stuff - by Zman350x - Mar-11-2018, 12:20 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Run the code for some stuff it does not return me why Anldra12 3 3,965 Apr-19-2021, 02:01 PM
Last Post: Anldra12
  Unable to print stuff from while loop Nick1507 4 3,576 Sep-17-2020, 02:26 PM
Last Post: Nick1507
  How Do I Install Stuff for Python? CopBlaster 6 5,027 May-08-2020, 12:27 PM
Last Post: hussainmujtaba
  Learning to have Class and doing stuff with it... bako 2 2,803 Apr-29-2020, 05:07 PM
Last Post: bako
  [split] Automate the boring stuff, inserting commas in list srikanth 1 2,732 Jul-02-2019, 02:29 PM
Last Post: metulburr
  Automate the boring stuff : the tic tac toe game DJ_Qu 7 8,759 Apr-24-2019, 12:22 PM
Last Post: ichabod801
  Automate the boring stuff, inserting commas in list DJ_Qu 3 6,065 Apr-21-2019, 03:52 PM
Last Post: perfringo
  Need help importing stuff that python says it cant open Tiaan 2 3,676 Nov-30-2017, 09:54 PM
Last Post: Tiaan

Forum Jump:

User Panel Messages

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