Skip to content
Advertisement

Tag: list

List change after copy Python

I’m coding the final part of a clustering program, I want to parse a file like where Example: I want to save all this information in different classes to process the data easier. Here is my code in python: For some reason, after the while loop, when I print all clusters objects, I see that all contains the same pixels

Advertisement