Open RedArmy95 opened 3 years ago
For anyone who wants to create a new csv file for the result, just add
sys.stdout = open('Result.csv', 'a')
in the beginning of the code.
No, this is horrible. don't override sys.std.out. I will make a pull request to have an option to get the name from the input
For anyone who wants to create a new csv file for the result, just add
in the beginning of the code.