Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page 377 #69

Open
HoshyarKarimi opened this issue Aug 20, 2022 · 0 comments
Open

Page 377 #69

HoshyarKarimi opened this issue Aug 20, 2022 · 0 comments

Comments

@HoshyarKarimi
Copy link

>>> 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 the file created earlier and running the code by just looking to the code provided, results in error:
TypeError: expected at least 1 argument, got 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant