daueee
Results
1
comments of
daueee
> solution is to add newline ='\n' when write to a file. like this `with open(path, 'w', encoding='utf-8',newline='\n') as f:` Can you explain again? I need to do this where?