edid

Python: Dump whole list in a variable

Python: Dump whole list in a variable Question: I have this code: def write_extension(self): extension = [] dtd = “” if extension == []: extension = extension.extend(self.edids[] (Thanks to Howardyan for making it clearer for me) print(extension) I want to write the complete array in the new array extension but i dont know how. Is …

Total answers: 2