A space adds in the file everytime we run the code in python
Advertisements I’m trying to add some data to file in the form of a list.the problem is that every time I run the code a space is added in the list items.for example the list is empty and added "hello" to the list. The list will look like this: [”,’hello’] So as you can see… Read More A space adds in the file everytime we run the code in python