Python Forum
Change single element in 2D list changes every 1D element
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change single element in 2D list changes every 1D element
#6
(Nov-13-2017, 05:43 PM)Larz60+ Wrote: ' something like ' d0esn't work in programming,
what was the actual input?

there is nothing 'something like' about it.
if the list is 10x10 elements the user (in this case me) put 10 and 10 as the variables in the command line. 
it wouldnt matter if it was 10 10 or 1000 1000, the size of the lists are irrelevant,
my question is regarding changing a single element in a 2D list from a 0 to a 1
imagine this is a square of black pixels,
i want to change 1 singular pixel to white. the size of the full image would not matter the only thing that matters is the coordinates of that one singular pixel.

so my question is simple:
why does 'list[x][y] = 1' change every element in the 'y'th position to a 1 for the entire list
how do i change the singe element without changing any other element in the list.

here is the full code:
https://pastebin.com/tseM76rH
Reply


Messages In This Thread
RE: Change single element in 2D list changes every 1D element - by AceScottie - Nov-13-2017, 06:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fixture not returning webdriver element Nik1811 1 329 Apr-15-2024, 04:39 PM
Last Post: Nik1811
  element in list detection problem jacksfrustration 5 586 Apr-11-2024, 05:44 PM
Last Post: deanhystad
  Elegant way to apply each element of an array to a dataframe? sawtooth500 7 576 Mar-29-2024, 05:51 PM
Last Post: deanhystad
  If a set element has digits in the element tester_V 3 411 Mar-25-2024, 04:43 PM
Last Post: deanhystad
  Variable for the value element in the index function?? Learner1 8 777 Jan-20-2024, 09:20 PM
Last Post: Learner1
  Searche each element of each tuple based 3 numbes zinho 8 1,019 Dec-11-2023, 05:14 PM
Last Post: zinho
  list in dicitonary element problem jacksfrustration 3 838 Oct-14-2023, 03:37 PM
Last Post: deanhystad
  Change font in a list or tuple apffal 4 2,795 Jun-16-2023, 02:55 AM
Last Post: schriftartenio
  search an element in pandas series learningPython 5 1,537 Apr-30-2023, 08:34 AM
Last Post: learningPython
Question Inserting Numerical Value to the Element in Optionlist and Printing it into Entry drbilgehanbakirhan 1 875 Jan-30-2023, 05:16 AM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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