Python Forum
List of lists manipulation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List of lists manipulation
#5
1. Go through the list and store the location of each square you want to change 2. go through that list, or whatever you store the locations in, and pass each location to be changed to the function that does the changing.
Reply


Messages In This Thread
List of lists manipulation - by Stahlios - Apr-11-2018, 12:27 PM
RE: List of lists manipulation - by woooee - Apr-12-2018, 07:38 PM
RE: List of lists manipulation - by Stahlios - Apr-12-2018, 09:36 PM
RE: List of lists manipulation - by Stahlios - Apr-17-2018, 07:19 PM
RE: List of lists manipulation - by woooee - Apr-17-2018, 09:45 PM
RE: List of lists manipulation - by Stahlios - Apr-18-2018, 07:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Check if a list exists in given list of lists Daniel94 2 2,276 Apr-07-2020, 04:54 PM
Last Post: deanhystad
  Need help with List of Lists johnissa 13 6,057 Apr-22-2018, 09:29 PM
Last Post: Larz60+
  List of lists MarkLogan 3 81,989 Feb-28-2018, 11:21 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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