Theo@lemmy.world to Wikipedia@lemmy.worldEnglish · 1 day agoList of lists of lists - Wikipediaen.m.wikipedia.orgexternal-linkmessage-square8fedilinkarrow-up1109file-text
arrow-up1109external-linkList of lists of lists - Wikipediaen.m.wikipedia.orgTheo@lemmy.world to Wikipedia@lemmy.worldEnglish · 1 day agomessage-square8fedilinkfile-text
minus-squareSilverchase@sh.itjust.workslinkfedilinkEnglisharrow-up3·1 day agoPython 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> l = [] >>> l[:] = [l] * 10 >>> l [[...], [...], [...], [...], [...], [...], [...], [...], [...], [...]]
Python 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> l = [] >>> l[:] = [l] * 10 >>> l [[...], [...], [...], [...], [...], [...], [...], [...], [...], [...]]