Json – Create a list that won't update everytime I run my program
I'm quite a newbie of Python and tryed to make a program that creates a list of JSON by compiling a form thanks to tk library and write it in a .json file. But I used a bad logic and…