- Notifications
You must be signed in to change notification settings - Fork533
Open
Description
>>> file = file_path.open(mode="w", encoding="utf-8")
Now create a new CSV writer object by passing the file object file to csv.writer():>>> writer = csv.writer()
You did not passed thefile created earlier and running the code by just looking to the code provided, results in error:TypeError: expected at least 1 argument, got 0
Metadata
Metadata
Assignees
Labels
No labels