You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Vicki,
Thanks for accepting the pull request, just one more thing, maybe it good to update the blog post http://veekaybee.github.io/2017/09/26/python-packaging/ with this correction, actually this was where i found the bug in the first place.
Hi,
Small question of a Python newbie.
File: wordcount.py
Method:
Line 31:
self = len(wc_file.split())
Why are you assigning this int to self? is this a bug?
Thanks
Paulo
The text was updated successfully, but these errors were encountered: