Posts by ciber579 • 11 points
2 posts
-
1
votes2
answers138
viewsQ: Read input data and write read lines to a file
I’m trying to create a program that when I give an entry it will create a list within a file, but when I try to do this it adds my entries in a single line and not one under the other. There must be…
-
-2
votes1
answer51
viewsQ: remove lists from a dictionary
I have a code that tests several combinations that are generated, but I have a memory error problem. I think the cause of this is that the dictionary gets too big to be processed, so I thought the…